Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
fix(ci): switch to latest version of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 1, 2020
1 parent 6df3ce3 commit 46875cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pushd build
zip -qr "../TileBoard.zip" .
- uses: marvinpinto/action-automatic-releases@v1.1.0
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
Expand Down

0 comments on commit 46875cf

Please sign in to comment.