1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00

fix(workflows): fixed npmpublish workflow

This commit is contained in:
Yury Shkoda
2022-06-20 20:33:44 +03:00
parent dd788ae423
commit 9b6a42e412

View File

@@ -11,10 +11,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/fermium]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
@@ -23,7 +28,7 @@ jobs:
- name: Build Project
run: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env: