We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cec3b commit 3734ec3Copy full SHA for 3734ec3
.github/workflows/release.yaml
@@ -65,6 +65,7 @@ jobs:
65
66
- name: Release
67
uses: softprops/action-gh-release@v2
68
+ if: startsWith(github.ref, 'refs/tags/')
69
with:
70
tag_name: ${{ needs.create_release.outputs.tag-name }}
71
files: |
0 commit comments