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 62d3184 commit 94273adCopy full SHA for 94273ad
1 file changed
.github/workflows/publish.yml
@@ -79,11 +79,6 @@ jobs:
79
git commit -m "build: updated package with ${{ steps.bump.outputs.version }} [skip ci]"
80
git push
81
82
- - name: Create and push new tag
83
- run: |
84
- git tag ${{ steps.bump.outputs.version }} -m "${{ steps.bump.outputs.version }}"
85
- git push origin ${{ steps.bump.outputs.version }}
86
-
87
publish-release:
88
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
89
runs-on: ubuntu-latest
0 commit comments