Skip to content

Commit

Permalink
ci: add missing env var
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jun 22, 2024
1 parent 2c35f8e commit 8d657d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update changelog, bump version & publish if needed
run: pnpx @favware/cliff-jumper --name "guitos" --package-path "." --push-tag --github-release --github-repo "${GITHUB_REPO}" --github-token "${SEMANTIC_RELEASE_TOKEN}"
run: pnpx @favware/cliff-jumper --name "guitos" --package-path "." --push-tag --github-release --github-repo "${GITHUB_REPO}" --github-token "${GITHUB_TOKEN}"
env:
GITHUB_REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

0 comments on commit 8d657d8

Please sign in to comment.