Skip to content

Commit

Permalink
Change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Oct 16, 2023
1 parent ed27870 commit 7532886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
npm set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_PUBLISH_TOKEN }}
npm whoami
- name: Publish Action Destinations
- name: Publish Canary Packages
run: |
yarn cloud publish --tag canary --new-version "${{ env.ACTION_DESTINATION_VERSION }}" --no-git-tag-version --network-timeout 300000
yarn lerna publish --canary --preid $(git branch --show-current) --no-push --no-git-tag-version
- name: Trigger Buildkite Pipeline
run: |
Expand Down

0 comments on commit 7532886

Please sign in to comment.