Skip to content

Commit c2843d2

Browse files
change the name of the release
1 parent 4c10d54 commit c2843d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2323
with:
24-
tag_name: ${{ github.run_number }}
24+
tag_name: ${{ steps.build.outputs.version }}
2525
release_name: Release eatmobmod-${{ steps.build.outputs.version }}
2626
- name: Upload Release Asset
2727
id: upload-release-asset

0 commit comments

Comments
 (0)