Skip to content

Commit

Permalink
[release:patch] Allow Automatic GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 15, 2023
1 parent 7e2f48a commit 3f876d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
fi
npm run release -- $step --github.releaseName="${title}"
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}

deploy-docker:
needs: [ release ]
Expand Down

0 comments on commit 3f876d1

Please sign in to comment.