diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index e8a77f1..f42842b 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -26,6 +26,9 @@ jobs: - name: Release if: ${{ steps.semver.outputs.version }} uses: softprops/action-gh-release@v1 + env: + # use a separate token to allow the release to trigger builds + GITHUB_TOKEN: ${{ secrets.DEPENDABOT_GITHUB_TOKEN}} with: tag_name: ${{ steps.version.outputs.VERSION }} prerelease: ${{ !!steps.semver.outputs.prerelease }}