diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index b06c2ef28..b2e26ebf8 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,10 +3,6 @@ on: push: branches: - develop - workflow_dispatch: - -permissions: - contents: read jobs: semantic-version: @@ -43,5 +39,7 @@ jobs: release: needs: semantic-version uses: ./.github/workflows/release.yml + permissions: + contents: write with: tag: ${{ needs.semantic-version.outputs.tag }}