We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142fab commit 9e3f5d6Copy full SHA for 9e3f5d6
.github/workflows/go.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
GITHUB_TOKEN: ${{ secrets.TOKEN }}
54
with:
55
- tag_name: "v${{ github.run_number }}-${{ github.run_id }}"
+ tag_name: "v${{ github.run_number }}-${{ github.run_id }}-${{ github.event.after }}"
56
release_name: "Release ${{ github.run_number }}"
57
draft: false
58
prerelease: false
0 commit comments