Skip to content

Commit 1057d04

Browse files
committed
update versioning tags and release titles
1 parent 4a971fb commit 1057d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create Tag
3838
id: create_tag
3939
run: |
40-
$TAG="v1.0.$env:GITHUB_RUN_NUMBER"
40+
$TAG="v$env:GITHUB_RUN_NUMBER"
4141
echo "TAG_NAME=$TAG" >> $env:GITHUB_ENV
4242
git tag $TAG
4343
git push origin $TAG

0 commit comments

Comments
 (0)