mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore: use custom action for changeset
this is temporary while I find the way to skip create github releases for alpha
This commit is contained in:
parent
8339b34adb
commit
211da6054c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changesets.yml
vendored
2
.github/workflows/changesets.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: pnpm build
|
||||
|
||||
- name: create versions
|
||||
uses: changesets/action@master
|
||||
uses: verdaccio/changeset-action@master
|
||||
with:
|
||||
version: pnpm ci:version
|
||||
commit: 'chore: update versions'
|
||||
|
|
Loading…
Add table
Reference in a new issue