Skip to content

Commit

Permalink
change the name of the release
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCraftPlugin committed Jan 2, 2023
1 parent 4c10d54 commit c2843d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.run_number }}
tag_name: ${{ steps.build.outputs.version }}
release_name: Release eatmobmod-${{ steps.build.outputs.version }}
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit c2843d2

Please sign in to comment.