Skip to content

Commit

Permalink
ci: move environment variable into inline expression
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Dec 2, 2024
1 parent 1b759e1 commit 7736268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: Apply debug patches
run: patches/apply-patches.sh
- name: Semantic release dry run
run: yarn semantic-release --extends ./.releaserc.dry-run.js
run: GITHUB_ACTIONS="" yarn semantic-release --extends ./.releaserc.dry-run.js
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
GITHUB_ACTIONS: ''
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7736268

Please sign in to comment.