Skip to content

Commit

Permalink
Merge pull request #4 from frak-id/fix/ci
Browse files Browse the repository at this point in the history
💚 Fix CI changeset command for version and release
  • Loading branch information
srod authored Mar 22, 2024
2 parents 0b6a4b7 + d66e667 commit 45f8919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-windows-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frak-labs/nexus-sdk": patch
---

Update dependencies, some texts and comments
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
version: bun x changeset:version
version: bun changeset:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to npm
if: ${{ steps.changesets.outputs.hasChangesets == 'false' }}
run: bun x changeset:release
run: bun changeset:release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 45f8919

Please sign in to comment.