Skip to content

Commit 8ef74e5

Browse files
authored
Update npm.yml (#72)
1 parent 4beb93f commit 8ef74e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm.yml

+2-1
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: Node.js Package
4+
name: npm publish expo-ui-kit
55

66
on:
77
push:
@@ -27,6 +27,7 @@ jobs:
2727
node-version: 12
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm install
30+
- run: npm version patch --no-git-tag-version
3031
- run: npm publish
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)