diff --git a/.changeset/loose-streets-double.md b/.changeset/loose-streets-double.md new file mode 100644 index 000000000..e57115560 --- /dev/null +++ b/.changeset/loose-streets-double.md @@ -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. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64d1d4e04..6207a6213 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: ""