We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beb93f commit 8ef74e5Copy full SHA for 8ef74e5
.github/workflows/npm.yml
@@ -1,7 +1,7 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
4
-name: Node.js Package
+name: npm publish expo-ui-kit
5
6
on:
7
push:
@@ -27,6 +27,7 @@ jobs:
27
node-version: 12
28
registry-url: https://registry.npmjs.org/
29
- run: npm install
30
+ - run: npm version patch --no-git-tag-version
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments