We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea618 commit 30b0a05Copy full SHA for 30b0a05
1 file changed
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
- main
6
jobs:
7
release:
8
- name: Release
+ name: NPM release
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
@@ -18,6 +18,8 @@ jobs:
18
node-version: "18"
19
- name: Install dependencies
20
run: yarn install --frozen-lockfile
21
+ - name: Build
22
+ run: yarn build
23
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments