Skip to content

Commit

Permalink
ci(bootstrap_archives): use specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Apr 28, 2022
1 parent dd25612 commit 52c8fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap_archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
git push --tags
echo "::set-output name=tag_name::$new_tag"
- name: Publish GitHub release
uses: termux/upload-release-action@v3
uses: termux/upload-release-action@v3.0.3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "*.zip"
Expand Down

0 comments on commit 52c8fd0

Please sign in to comment.