Skip to content

Commit

Permalink
ci: fix typo in semantic release dry-run config
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Dec 2, 2024
1 parent cac60d8 commit 1b759e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Apply debug patches
run: patches/apply-patches.sh
- name: Semantic release dry run
run: yarn semantic-release --extends ./.releaserc.dryrun.js
run: yarn semantic-release --extends ./.releaserc.dry-run.js
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
GITHUB_ACTIONS: ''
Expand Down

0 comments on commit 1b759e1

Please sign in to comment.