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 4e76389 commit 1303bc7Copy full SHA for 1303bc7
.github/workflows/publish.yml
@@ -32,6 +32,9 @@ jobs:
32
# Run install dependencies
33
- name: Install dependencies
34
run: npm run install:all
35
+ # Ensure project builds successfully before creating release
36
+ - name: Build
37
+ run: npm run webpack
38
- name: Get current package version
39
id: package_version
40
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v1.3.1
@@ -66,9 +69,6 @@ jobs:
66
69
67
70
68
71
- # Ensure project builds successfully before creating release
- - name: Build
- run: npm run webpack
72
- name: Create a Release
73
id: create_release
74
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
0 commit comments