Skip to content

Commit d4925b5

Browse files
committedMar 24, 2020
chore: update github actions publish flow
1 parent 0f747aa commit d4925b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/publish-to-npm-alpha.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to npm
22

33
on:
44
push:
5-
branches: release
5+
branches: ["master"]
66

77
jobs:
88
publish-to-npm:
@@ -16,6 +16,8 @@ jobs:
1616
node-version: '12.x'
1717
- name: Install dependencies
1818
run: yarn
19+
- name: build
20+
run: yarn build
1921
- name: Release
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)