Skip to content

Commit 16529e0

Browse files
committed
fix: actually build the plugin during the publish workflow
1 parent 1072afb commit 16529e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org/'
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
20+
- name: Build the plugin
21+
run: yarn build
2022
- name: Get the release tag version
2123
id: get_version
2224
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)