mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: update github-release permissions and environment settings (#4700)
This commit is contained in:
parent
fe67219207
commit
034c85d191
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -277,6 +277,11 @@ jobs:
|
|||
github-release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [prepare-build-info, release-google, release-fdroid]
|
||||
environment: Release
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
|
@ -294,7 +299,7 @@ jobs:
|
|||
with:
|
||||
tag_name: ${{ inputs.tag_name }}
|
||||
name: ${{ inputs.tag_name }} (${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }})
|
||||
generate_release_notes: true
|
||||
generate_release_notes: false
|
||||
files: ./artifacts/*/*
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue