We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de43a50 commit 3fcd5f1Copy full SHA for 3fcd5f1
1 file changed
.github/workflows/release.yml
@@ -76,8 +76,8 @@ jobs:
76
- name: Create and push Git tag release
77
run: |
78
git tag ${{ needs.build-project.outputs.version }}
79
- git push origin main
80
- git push origin main --tags
+ git push origin ${{ github.ref_name }}
+ git push origin ${{ github.ref_name }} --tags
81
82
- name: Create GitHub Release
83
id: create_release
0 commit comments