We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a4a4e commit d405902Copy full SHA for d405902
.github/workflows/automation.yml
@@ -30,5 +30,5 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
with:
33
- tag_name: 1
34
- release_name: Release One
+ tag_name: v${{ github.run_number }}
+ release_name: Release ${{ github.run_number }}
0 commit comments