Skip to content

Commit

Permalink
Merge branch 'rc/salamander' into ns/feat/subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Dec 19, 2023
2 parents 2852da1 + 53ab0d6 commit 2f6f236
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/tasty-hotels-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 8 additions & 1 deletion .github/workflows/rc-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
- uses: mshick/add-pr-comment@v2
with:
message: |
This RC is published in NPM with version **${{ steps.rc_name.outputs.replaced }}**
RC published under the `**${{ steps.rc_name.outputs.replaced }}**` tag.
Install it:
```bash
pnpm add fuels@{{ steps.rc_name.outputs.replaced }}
```
Check it out:
- https://www.npmjs.com/package/fuels/v/{{ steps.rc_name.outputs.replaced }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f6f236

Please sign in to comment.