Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
remove extra white space

fix workflow
  • Loading branch information
wuuzw committed Jan 20, 2021
1 parent 340c4ea commit 3ad0575
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 @@ -34,8 +34,8 @@ jobs:
ALIAS: ${{ secrets.ALIAS }}
KEY_PATH: key.jks
- name: Release
uses: marvinpinto/action-automatic-releases@v1
with:
uses: marvinpinto/action-automatic-releases@v1.1.0
with:
repo_token: "${{ secrets.TOKEN }}"
prerelease: false
files: build/app/outputs/apk/release/*.apk

0 comments on commit 3ad0575

Please sign in to comment.