Skip to content

Commit

Permalink
chore: fix broken rc message (#1580)
Browse files Browse the repository at this point in the history
* chore: changeset

* chore: fix rc version message

* chore: add rc absolute version

* test rc push with new message

* chore: remove pr trigger
  • Loading branch information
danielbate authored Dec 22, 2023
1 parent 576a46e commit d3335de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/olive-clocks-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 3 additions & 2 deletions .github/workflows/rc-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
Install it:
```bash
pnpm add fuels@{{ steps.rc_name.outputs.replaced }}
pnpm add fuels@${{ steps.rc_name.outputs.replaced }}
pnpm add fuels@${{ steps.release.outputs.published_version }}
```
Check it out:
- https://www.npmjs.com/package/fuels/v/{{ steps.rc_name.outputs.replaced }}
- https://www.npmjs.com/package/fuels/v/${{ steps.rc_name.outputs.replaced }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d3335de

Please sign in to comment.