1 parent ad3723b commit 60922aeCopy full SHA for 60922ae
1 file changed
.github/workflows/release.yml
@@ -69,15 +69,15 @@ jobs:
69
70
release:
71
needs: [build-apk, build-wasm]
72
+ permissions:
73
+ contents: write
74
runs-on: ubuntu-latest
75
76
steps:
77
- name: Download Build Artifacts
78
uses: actions/download-artifact@v8
79
- name: Create GitHub Release
80
uses: softprops/action-gh-release@v2
- permissions:
- contents: write
81
with:
82
token: ${{ secrets.GITHUB_TOKEN }}
83
tag_name: ${{ github.event.inputs.name || github.ref_name }}
0 commit comments