Skip to content

Commit

Permalink
fix(ci-cd): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Sep 18, 2023
1 parent 7c27671 commit cad362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Upload APKs 🚀
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/apk/release/*.apk
tag_name: ${{ github.ref }}

0 comments on commit cad362a

Please sign in to comment.