Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/wet-monkeys-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@onflow/config": minor
"@onflow/demo": minor
"@onflow/fcl-react-native": minor
"@onflow/fcl-core": minor
"@onflow/react-core": minor
"@onflow/react-sdk": minor
"@onflow/transport-http": patch
---

Trigger Changeset Release workflow.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -73,13 +74,13 @@ jobs:
run: npm run build

- name: Publish to npm
run: npx changeset publish
uses: changesets/action@v1
with:
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Clear tokens to allow OIDC authentication
# https://github.com/orgs/community/discussions/176761
# https://github.com/changesets/changesets/issues/1152
NODE_AUTH_TOKEN: ""
NPM_TOKEN: ""

- name: Push tags
run: git push origin --tags
Loading