Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
use_gpr: ${{ inputs.use_gpr }}
NPM_TOKEN: ${{ secrets.npm_token }}

# `changesets/action` depends on @changesets/cli being installed
# and we cannot add it as dependency because it conflicts with `primer-changesets-cli`
- run: npm install @changesets/cli@2.26.1

- name: Create release pull request or publish to npm
id: changesets
# Uses SHA for security hardening
Expand Down