0
Fork 0
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:
Juan Picado @jotadeveloper 2020-08-23 09:15:41 +02:00 committed by Juan Picado
parent 34e1261354
commit ace64e2ea3

View file

@ -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 }}