Skip to content

Commit

Permalink
chore(workflow): add comments for release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 19, 2024
1 parent 3ff0453 commit 355cbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This action will publish the package to npm and create a GitHub release.
name: Release

on:
# Run `npm run bump` to bump the version and create a git tag.
push:
tags:
- "v*"
Expand Down

0 comments on commit 355cbec

Please sign in to comment.