Skip to content

Commit 28e91e8

Browse files
committed
maybe git commit is not needed
1 parent 773c796 commit 28e91e8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656

5757
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
5858

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-
6459
- run: bun install
6560

6661
- name: Setup NPM Authentication

0 commit comments

Comments
 (0)