Commit 29ba6099 authored by Mark Tyneway's avatar Mark Tyneway

ci: update version of changesets

Using the `@master` version has been deprecated
so this updates to `@v1`
parent a1f3c05a
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
run: yarn changeset version --snapshot run: yarn changeset version --snapshot
- name: Publish To NPM - name: Publish To NPM
uses: changesets/action@master uses: changesets/action@v1
id: changesets id: changesets
with: with:
publish: yarn changeset publish --tag canary publish: yarn changeset publish --tag canary
......
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,7 @@ 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 uses: changesets/action@v1
id: changesets id: changesets
with: with:
publish: yarn release publish: yarn release
......
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