Skip to content

Commit

Permalink
Bump version of action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Mar 11, 2024
1 parent 55b61ee commit 79d84cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: app/build/outputs/apk/debug/app-debug.apk

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.event.inputs.release == 'true'
with:
tag_name: ${{ env.version }}
Expand Down

0 comments on commit 79d84cf

Please sign in to comment.