mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: rename changeset action
This commit is contained in:
8
.github/workflows/version.yml
vendored
8
.github/workflows/version.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
publish_beta:
|
||||
version:
|
||||
runs-on: ubuntu-latest
|
||||
needs: pre_run
|
||||
steps:
|
||||
@@ -39,9 +39,9 @@ jobs:
|
||||
|
||||
# hack changesets/action to allow not using changesets
|
||||
- run: |
|
||||
mkdir .changesets
|
||||
touch .changesets/fake-changeset.md
|
||||
echo '.changesets/fake-changeset.md' >> .git/info/exclude
|
||||
mkdir .changeset
|
||||
touch .changeset/fake-changeset.md
|
||||
echo '.changeset/fake-changeset.md' >> .git/info/exclude
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
|
||||
Reference in New Issue
Block a user