Skip to content

Commit

Permalink
chore(ci): do dry run of release
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Oct 23, 2024
1 parent 9018b9d commit 10969eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
- name: Test Node 12
run: yarn test:nodejs

- name: Release dry-run
run: yarn release --dry-run --no-ci --branches "$GITHUB_HEAD_REF"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

release:
name: Semantic release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 10969eb

Please sign in to comment.