Skip to content

Commit

Permalink
chore: ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Oct 23, 2024
1 parent 9e66c43 commit b641f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: yarn test:browser

- name: Release dry-run
run: yarn release --dry-run --no-ci --branches "$GITHUB_HEAD_REF"
run: yarn release --dry-run --no-ci --branches "${{ github.base_ref || github.ref_name }}"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b641f61

Please sign in to comment.