Skip to content

Commit 7a5b528

Browse files
committed
ci(github): add name for publish step
1 parent e6912ed commit 7a5b528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org
17-
- run: yarn publish --access public
17+
- name: Publish package
18+
run: yarn publish --access public
1819
env:
1920
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)