Skip to content

Commit b76ac0a

Browse files
committed
feat(ci): Add bundle step
1 parent 27d6d95 commit b76ac0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
with:
2929
mode: ${{ github.event.inputs.bump }}
3030

31+
- name: "Bundle"
32+
run: |
33+
set -e
34+
cd .github/action
35+
npm i && npm run bundle
36+
3137
- name: "Get Version"
3238
id: get_version
3339
run: |

0 commit comments

Comments
 (0)