Skip to content

Commit

Permalink
[PLAT-XXX] feat: Also make the release "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
neovatar committed Apr 8, 2024
1 parent 4e3be36 commit 60da909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
run: |
echo $GITHUB_RUN_NUMBER > version.txt
zip -r plat-vale.zip plat-vale
gh release create v$GITHUB_RUN_NUMBER 'plat-vale.zip'
gh release create v$GITHUB_RUN_NUMBER 'plat-vale.zip' --latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 60da909

Please sign in to comment.