Skip to content

Commit

Permalink
Fixed release tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalpatel2106 committed Sep 17, 2022
1 parent dff5b74 commit 348df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--scan
--stacktrace
- uses: r0adkll/[email protected]
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}
id: sign_app
name: Sign release APK
with:
Expand Down

0 comments on commit 348df28

Please sign in to comment.