Skip to content

Commit 3bd413a

Browse files
committed
Trigger release build
1 parent af13055 commit 3bd413a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Release
2727
if: ${{ steps.semver.outputs.version }}
2828
uses: softprops/action-gh-release@v1
29+
env:
30+
# use a separate token to allow the release to trigger builds
31+
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_GITHUB_TOKEN}}
2932
with:
3033
tag_name: ${{ steps.version.outputs.VERSION }}
3134
prerelease: ${{ !!steps.semver.outputs.prerelease }}

0 commit comments

Comments
 (0)