Skip to content

Commit

Permalink
chore: use custom token fo releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 11, 2024
1 parent b37af29 commit c3eb577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
node-version: 20
- run: npm install -g yarn
- run: yarn
- run: npx semantic-release
- run: npx semantic-release --ci
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
#- run: yarn build
#- run: yarn prepare-release
# - run: yarn package ${{ matrix.build.task }}
Expand Down

0 comments on commit c3eb577

Please sign in to comment.