We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a6906 commit 91be017Copy full SHA for 91be017
1 file changed
.github/workflows/release.yml
@@ -37,9 +37,6 @@ jobs:
37
- name: Create new package version
38
run: npm version "${{ env.TAG }}"
39
40
- - name: Git Commit
41
- run: git commit -am "Bump version to ${{ env.TAG }}"
42
-
43
- name: Tag the Repository
44
run: |
45
git tag ${{ env.TAG }}
0 commit comments