Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f15775d

Browse files
authoredDec 12, 2022
Merge branch 'main' into jsjoeio/wip-fix
2 parents 4c77d31 + 1efc5f1 commit f15775d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
128128
- name: Validate package
129129
uses: hapakaien/archlinux-package-action@v2
130+
env:
131+
VERSION: ${{ env.VERSION }}
130132
with:
131133
pkgver: ${{ env.VERSION }}
132134
updpkgsums: true

‎.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Decompress npm package
6868
run: tar -xzf package.tar.gz
69-
69+
7070
- name: Fetch dependencies from cache
7171
id: cache-node-modules
7272
uses: actions/cache@v3
@@ -303,8 +303,9 @@ jobs:
303303
branch: ${{ github.ref }}
304304
workflow: build.yaml
305305
workflow_conclusion: completed
306-
check_artifacts: true
307306
name: npm-package
307+
check_artifacts: false
308+
if_no_artifact_found: fail
308309

309310
- name: Decompress npm package
310311
run: tar -xzf package.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.