Skip to content

Commit

Permalink
Merge pull request #7 from frak-id/fix/ci
Browse files Browse the repository at this point in the history
💚 Use 1 step for changesets version and publish
  • Loading branch information
srod authored Mar 22, 2024
2 parents 5fe016c + b81ccba commit 7d8c20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-brooms-carry.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
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
publish: bun changeset:release
version: bun changeset:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 7d8c20f

Please sign in to comment.