We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773c796 commit 28e91e8Copy full SHA for 28e91e8
1 file changed
.github/workflows/npm-publish.yml
@@ -56,11 +56,6 @@ jobs:
56
57
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
58
59
- # The error occurs because YAML is interpreting the -am flag as a nested mapping
60
- # We can fix this by using the | multi-line syntax for the command
61
- - run: |
62
- git commit -am "chore: update version"
63
-
64
- run: bun install
65
66
- name: Setup NPM Authentication
0 commit comments