mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: update changeset action
This commit is contained in:
5
.github/workflows/version.yml
vendored
5
.github/workflows/version.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user