We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1072afb commit 16529e0Copy full SHA for 16529e0
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
registry-url: 'https://registry.npmjs.org/'
18
- name: Install dependencies
19
run: yarn install --frozen-lockfile
20
+ - name: Build the plugin
21
+ run: yarn build
22
- name: Get the release tag version
23
id: get_version
24
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
0 commit comments