We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f82c8e commit f67a1b5Copy full SHA for f67a1b5
.github/workflows/go.yaml
@@ -39,8 +39,9 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.TOKEN }}
41
with:
42
- tag_name: ${{ github.sha }}
43
- release_name: "latest"
+ # Example of using the current date for a tag name or replace it with your versioning system
+ tag_name: "v${{ github.run_number }}"
44
+ release_name: "Release ${{ github.run_number }}"
45
draft: false
46
prerelease: false
47
0 commit comments