We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968fa2f commit d628f86Copy full SHA for d628f86
1 file changed
.github/workflows/npm-publish.yml
@@ -51,8 +51,13 @@ jobs:
51
52
- run: git config user.name "$(git log -n 1 --pretty=format:%an)"
53
- run: git config user.email "$(git log -n 1 --pretty=format:%ae)"
54
+
55
+ - run: npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"
56
57
- run: echo "versionTag=`npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"`" >> $GITHUB_ENV
58
59
+ - run: git commit -am "chore: update version"
60
61
- run: bun install
62
63
- name: Setup NPM Authentication
0 commit comments