Skip to content

Commit 2c6eb7b

Browse files
authored
test #BUILD
1 parent 5df55ad commit 2c6eb7b

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: ${{ steps.version.outputs.version }}
53-
release_name: Release ${{ steps.version.outputs.version }}
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)