diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb6e430..4c5dff5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,6 +71,7 @@ jobs: tag_name: v${{ steps.check-tag.outputs.version }} name: "v${{ steps.check-tag.outputs.version }}" prerelease: ${{ steps.check-tag.outputs.rc == 'true' }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Add artifacts shell: bash