Skip to content

Commit

Permalink
[workflow] fixed GitHub release failed with status: 403. refer to sof…
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Mar 29, 2024
1 parent 2284142 commit 30468f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 2.Draft New Release

on: workflow_dispatch
permissions:
contents: write

jobs:
draft-new-release:
Expand Down Expand Up @@ -61,7 +63,7 @@ jobs:
with:
files: |
new-build-artifacts/SITLife-${{ env.RESOLVED_VERSION }}.apk
# new-build-artifacts/SITLife-${{ env.RESOLVED_VERSION }}.ipa
new-build-artifacts/SITLife-${{ env.RESOLVED_VERSION }}.ipa
tag_name: ${{ env.RESOLVED_VERSION }}
body: |
## Changes
Expand Down

0 comments on commit 30468f0

Please sign in to comment.