Skip to content

Commit

Permalink
fix: tweak publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Apr 14, 2024
1 parent 1d1754e commit 83a685a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- run: npm version prerelease --preid=next
- name: Commit bumped version
run: |
git add package.json package-lock.json
git commit -m "Bump version to $(node -p "require('./package.json').version")"
# git add package.json package-lock.json
# git commit -m "Bump version to $(node -p "require('./package.json').version")"
git push
- run: npm publish --tag next
Expand Down

0 comments on commit 83a685a

Please sign in to comment.