From 0b871ecc93b095a6aae8695cca8d5d91ccbbb2f1 Mon Sep 17 00:00:00 2001 From: MrBounty Date: Sun, 12 Jan 2025 17:05:40 +0100 Subject: [PATCH] Add permision --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1369ad..27bd181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: tags: - 'v*' +permissions: + contents: write + jobs: build-and-release: runs-on: ubuntu-latest @@ -35,6 +38,6 @@ jobs: - name: Upload release artifacts uses: ncipollo/release-action@v1 with: - name: "Release ${GITHUB_REF##*/}" + name: "Release ${{ github.ref_name }}" body: "Automatically generated release notes." artifacts: release/zips/*.zip