Skip to content

Commit 0f5b738

Browse files
committed
fix(cd): add name
1 parent 4722853 commit 0f5b738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
git config --global user.name "ReactNativeBoilerplate Bot"
2222
git config --global user.email "[email protected]"
2323
npm --no-git-tag-version version ${{ github.event.release.name }}
24-
- run: npm publish
24+
- name: Publish to NPM
25+
run: npm publish
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2728
- name: Commit and push

0 commit comments

Comments
 (0)