Skip to content

Commit

Permalink
Merge pull request #256 from yueeng/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
yueeng authored Mar 12, 2024
2 parents 3143957 + e6ddc38 commit 5f77469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
zip -r build.outputs.zip . -x "apk/*"
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down

0 comments on commit 5f77469

Please sign in to comment.