Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordeveloper committed Feb 22, 2022
1 parent 1d90ddd commit 4ae6807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# https://github.com/ncipollo/release-action
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v2
uses: ffurrer2/extract-release-notes@v1
- name: Create a Release APK
uses: ncipollo/release-action@v2
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4ae6807

Please sign in to comment.