Skip to content

Commit

Permalink
fix: broken release rc action (#1536)
Browse files Browse the repository at this point in the history
- Fixes using version of `Fuellabs/changesets` incompatible with our
`@changeset/cli`


Evidence:
https://github.com/FuelLabs/fuels-wallet/actions/runs/11151940944/job/30996473996
  • Loading branch information
arthurgeron authored Oct 2, 2024
1 parent 36a5bf1 commit 6ab98dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm-changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Create Release Pull Request or Publish to NPM
id: changesets
uses: FuelLabs/changesets-action@main
uses: FuelLabs/changesets-action@v2.0.0
with:
publish: pnpm changeset publish --tag next
commit: "ci(changesets): versioning packages"
Expand Down

0 comments on commit 6ab98dc

Please sign in to comment.