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.
2 parents f268816 + 1afbb11 commit 5ab2e8dCopy full SHA for 5ab2e8d
.github/workflows/release.yml
@@ -43,15 +43,7 @@ jobs:
43
run: |
44
pnpm version ${{ github.event.inputs.bumpType }}
45
echo "VERSION=v$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
46
- - name: Commit and Push
47
- run: |
48
- git commit -am "Bump version up to ${{ steps.bump.outputs.VERSION }}"
49
git push
50
- env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- - name: Tag and Push
53
54
- git tag ${{ steps.bump.outputs.VERSION }}
55
git push --tag
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments