fix: actually build the plugin during the publish workflow

pull/157/head 3.0.1
Boaz Poolman 2024-11-06 14:58:06 +01:00
parent 1072afb31a
commit 16529e049c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build the plugin
run: yarn build
- name: Get the release tag version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}