diff --git a/.changeset/wet-monkeys-behave.md b/.changeset/wet-monkeys-behave.md new file mode 100644 index 000000000..36fb8074b --- /dev/null +++ b/.changeset/wet-monkeys-behave.md @@ -0,0 +1,11 @@ +--- +"@onflow/config": patch +"@onflow/demo": patch +"@onflow/fcl-react-native": patch +"@onflow/fcl-core": patch +"@onflow/react-core": patch +"@onflow/react-sdk": patch +"@onflow/transport-http": patch +--- + +Trigger Changeset Release workflow. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9970d868..30093c0c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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