Skip to content

Commit d405902

Browse files
author
Sidney Andrews
committed
Fixed release numbering
1 parent 44a4a4e commit d405902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
33-
tag_name: 1
34-
release_name: Release One
33+
tag_name: v${{ github.run_number }}
34+
release_name: Release ${{ github.run_number }}

0 commit comments

Comments
 (0)