Skip to content

Commit

Permalink
Merge pull request #9 from sueddeutsche/feat/PLAT-XXX-latest-release
Browse files Browse the repository at this point in the history
[PLAT-XXX] feat: Also make the release "latest"
  • Loading branch information
neovatar committed Apr 8, 2024
2 parents 4e3be36 + 60da909 commit b752fd2
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 b752fd2

Please sign in to comment.