Skip to content

Commit 14c0ad3

Browse files
committedNov 12, 2020
ci: build package before release it
1 parent a9b68b1 commit 14c0ad3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
17+
- run: yarn build
1718
- run: npm publish --access public
1819
env:
1920
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@happy-coders/fun-cli",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Be your project management more fun!",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)