Ensure that the latest build is always on top
This commit is contained in:
parent
3483570c4e
commit
ca98ef19da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.KEY }}
|
||||
with:
|
||||
tag_name: luma3ds-${{ env.hash }}
|
||||
release_name: luma3ds-${{ env.hash }}
|
||||
tag_name: ${{ github.run_number }}-luma3ds-${{ env.hash }}
|
||||
release_name: ${{ github.run_number }}-luma3ds-${{ env.hash }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
body: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue