Skip to content

Commit c069b07

Browse files
committed
Add name to npm publish step
1 parent cbd1853 commit c069b07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
node-version: '14.x'
4747
- name: Clean install npm dependencies
4848
run: npm ci
49-
- uses: JS-DevTools/npm-publish@v1
49+
- name: Publish to npm
50+
uses: JS-DevTools/npm-publish@v1
5051
with:
5152
token: ${{ secrets.NPM_TOKEN }}
5253
check-version: true

0 commit comments

Comments
 (0)