Skip to content

Commit b0dc0ba

Browse files
authored
test #BUILD
1 parent b545481 commit b0dc0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
52-
tag_name: $GITHUB_RUN_NUMBER
53-
release_name: Release $GITHUB_RUN_NUMBER
52+
tag_name: ${{github.run_number}}
53+
release_name: Release ${{github.run_number}}
5454
body: |
5555
Automated Release by GitHub Action CI
5656
draft: false

0 commit comments

Comments
 (0)