Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnou authored Oct 25, 2023
1 parent 46049fe commit 1d59668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
@semantic-release/exec@${{ env.semanticExecVersion }}
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Semantic Release
if: env.GITHUB_BRANCH == env.mainBranchName
uses: cycjimmy/semantic-release-action@v3
Expand All @@ -80,4 +80,4 @@ jobs:
@semantic-release/git@${{ env.semanticGitVersion }}
@semantic-release/exec@${{ env.semanticExecVersion }}
env:
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d59668

Please sign in to comment.