Commit 0da2535c authored by Liam Horne's avatar Liam Horne

fix: remove github action for canary workflow file

parent 7bf59413
...@@ -45,13 +45,11 @@ jobs: ...@@ -45,13 +45,11 @@ jobs:
run: yarn run: yarn
- name: Publish To NPM or Create Release Pull Request - name: Publish To NPM or Create Release Pull Request
uses: changesets/action@master
id: changesets id: changesets
with: run: |
publish: | yarn build
yarn build yarn changeset version --snapshot
yarn changeset version --snapshot yarn changeset publish --tag canary
yarn changeset publish --tag canary
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
...@@ -60,7 +58,6 @@ jobs: ...@@ -60,7 +58,6 @@ jobs:
# job outputs # job outputs
- name: Get version tags from each published version - name: Get version tags from each published version
id: packages id: packages
if: steps.changesets.outputs.published == 'true'
run: | run: |
node ops/scripts/ci-versions.js ${{ toJSON(steps.changesets.outputs.publishedPackages) }} node ops/scripts/ci-versions.js ${{ toJSON(steps.changesets.outputs.publishedPackages) }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment