We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b68b1 commit 14c0ad3Copy full SHA for 14c0ad3
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
node-version: 12
15
registry-url: https://registry.npmjs.org/
16
- run: yarn install
17
+ - run: yarn build
18
- run: npm publish --access public
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@happy-coders/fun-cli",
3
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-beta.2",
4
"description": "Be your project management more fun!",
5
"publishConfig": {
6
"access": "public"
0 commit comments