We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6145a2 commit 8708105Copy full SHA for 8708105
1 file changed
.github/workflows/release.yml
@@ -18,9 +18,8 @@ jobs:
18
node-version: 12
19
- name: Install dependencies
20
run: npm install
21
-
22
- name: Build
23
- run: npm run build
+ run: npm run build
24
- name: Release
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments