Skip to content

Commit eb5b33c

Browse files
chore(workflow): fix node publish
1 parent 661ae3d commit eb5b33c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: NPM Publish
4+
name: Repository Publish
55

66
on:
77
release:
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
node-version: 12
1818
- run: npm ci
19-
- run: npm test
2019

2120
publish-npm:
2221
needs: build

0 commit comments

Comments
 (0)