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

fix: remove github action for canary workflow file

parent 7bf59413
......@@ -45,10 +45,8 @@ jobs:
run: yarn
- name: Publish To NPM or Create Release Pull Request
uses: changesets/action@master
id: changesets
with:
publish: |
run: |
yarn build
yarn changeset version --snapshot
yarn changeset publish --tag canary
......@@ -60,7 +58,6 @@ jobs:
# job outputs
- name: Get version tags from each published version
id: packages
if: steps.changesets.outputs.published == 'true'
run: |
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