diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index debba2c..332d32d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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\//}