Skip to content

Commit

Permalink
Trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Dec 26, 2023
1 parent af13055 commit 3bd413a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3bd413a

Please sign in to comment.