We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b14227 commit 57380b9Copy full SHA for 57380b9
.github/workflows/bump-version-and-release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Commit and tag version bump
34
run: |
35
VERSION=$(node -p "require('./package.json').version")
36
- git add package.json package-lock.json || true
+ git add package.json
37
git commit -m "chore: bump version to $VERSION"
38
git tag v$VERSION
39
- name: Push changes and tag
0 commit comments