From dcb30a08204591ab5a8ac221c87e55fd388ea38e Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 16:21:45 +0100 Subject: [PATCH] Fix tag thingy --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 819f8f2..a65435e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: name: Publish binaries runs-on: ubuntu-latest needs: [build] + permissions: + contents: write steps: - name: Download firmware artifact uses: actions/download-artifact@v4 @@ -28,8 +30,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') - permissions: - contents: write with: files: | *.uf2