Fix tag thingy

This commit is contained in:
Jan-Henrik 2025-02-08 16:21:45 +01:00
parent b82a89e757
commit dcb30a0820

View file

@ -12,6 +12,8 @@ jobs:
name: Publish binaries name: Publish binaries
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build] needs: [build]
permissions:
contents: write
steps: steps:
- name: Download firmware artifact - name: Download firmware artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -28,8 +30,6 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
with: with:
files: | files: |
*.uf2 *.uf2