diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5a250cf..b9a2a15 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,6 +34,8 @@ jobs: release: name: Release Switcher + permissions: + contents: write runs-on: macos-latest needs: build if: startsWith(github.ref, 'refs/tags/v') @@ -48,8 +50,6 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 - permissions: - contents: write with: files: Switcher-${{ github.ref_name }}.zip env: