ci: update changeset action

This commit is contained in:
janniks
2022-06-16 17:21:21 +02:00
committed by janniks
parent 0653fd43a4
commit d3dcb0b64e

View File

@@ -37,6 +37,11 @@ jobs:
- run: npm ci
- run: npm run bootstrap
# hack changesets/action to allow not using changesets
- run: |
touch .changesets/fake-changeset.md
git update-index --assume-unchanged .changesets/fake-changeset.md
- name: Create Release Pull Request
uses: changesets/action@v1
with: