We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7212f0 commit b5878c5Copy full SHA for b5878c5
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Push tag
30
run: |
31
echo "created=true" >> "$GITHUB_OUTPUT"
32
- git push --tags
+ git push origin v${{ github.event.inputs.releaseVersion }}
33
# - name: push tag
34
# uses: ad-m/github-push-action@master
35
# with:
0 commit comments