mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update changesets workflow
This commit is contained in:
parent
34e1261354
commit
ace64e2ea3
1 changed files with 5 additions and 1 deletions
6
.github/workflows/changesets.yml
vendored
6
.github/workflows/changesets.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
PNPM_CACHE_FOLDER: .pnpm-store
|
||||
|
||||
jobs:
|
||||
# Update package versions from changesets.
|
||||
|
@ -32,6 +33,9 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: install pnpm
|
||||
run: npm install pnpm@latest -g
|
||||
|
||||
- name: create versions
|
||||
uses: changesets/action@master
|
||||
with:
|
||||
|
@ -39,4 +43,4 @@ jobs:
|
|||
commit: 'chore: update versions'
|
||||
title: 'chore: update versions'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue