Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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/loose-streets-double.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.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
node-version: 22
registry-url: "https://registry.npmjs.org"

- name: Upgrade npm for OIDC support
run: npm install -g npm@latest

- name: Install Dependencies
run: npm i

Expand All @@ -70,6 +73,8 @@ jobs:
- name: Publish to npm
run: npx changeset publish
env:
# Clear NODE_AUTH_TOKEN to allow OIDC authentication
# 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: ""
Loading