Skip to content

Commit

Permalink
fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed May 12, 2024
1 parent 4e2894f commit b134850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Publish APKs
run: |
gh release create ${{ github.ref_name }} --notes "release"
gh release create ${{ github.ref_name }} --notes "release" || true
gh release upload ${{ github.ref_name }} dist/*
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit b134850

Please sign in to comment.