Skip to content

Commit

Permalink
root/workflow: use publish branch option when pushing new version of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Oct 13, 2023
1 parent 1bdc89a commit c5c8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- name: Publish SDK
working-directory: ./clients/packages/sdk
run: pnpm publish
run: pnpm publish --publish-branch main
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c5c8882

Please sign in to comment.