Skip to content

Commit e51af89

Browse files
authored
Merge pull request #70 from modelix/fix/trigger-publish-pipeline
MODELIX-402: Publish pipeline in modelix.core doesn't run on releases
2 parents 2df3031 + 6bb321c commit e51af89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 0
28+
token: ${{ secrets.RELEASE_TOKEN }}
2829
- name: Checkout branch
2930
# Pretend to semantic-release that the PR result is eligible for
3031
# building releases because --dry-run still filters for configured
@@ -58,6 +59,7 @@ jobs:
5859
uses: actions/checkout@v3
5960
with:
6061
fetch-depth: 0
62+
token: ${{ secrets.RELEASE_TOKEN }}
6163
- name: Setup Node.js
6264
uses: actions/setup-node@v3
6365
with:

0 commit comments

Comments
 (0)