diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 789d845..c2b5bac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -317,6 +317,8 @@ jobs: needs: build if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Get Build Tag id: get_tag