mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
Update publish-new-version.yaml
This commit is contained in:
parent
c1027d0359
commit
8243c9d181
11
.github/workflows/publish-new-version.yaml
vendored
11
.github/workflows/publish-new-version.yaml
vendored
@ -9,10 +9,19 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- name: npm version
|
||||
run: |
|
||||
npm version ${{ github.event.inputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user