Skip to content

Commit d8b78d8

Browse files
author
Davis NDEGWAH
committed
update piplelines
1 parent b72fbeb commit d8b78d8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ name: Publish Node.js Package
33
on:
44
push:
55
branches:
6-
- master
6+
- releases/**
7+
tags:
8+
- "v*"
79

810
jobs:
911
publish-npm:
10-
needs: unit-tests
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v3
1415
- uses: actions/setup-node@v3
1516
with:
16-
ode-version: "16.x"
17+
node-version: "16.x"
1718
cache: "npm"
1819
registry-url: https://registry.npmjs.org/
1920
- run: npm ci

0 commit comments

Comments
 (0)