Skip to content

Commit 047ca6a

Browse files
authored
Update kup publish command to allow errors (#134)
Modify kup publish command to prevent failure on error.
1 parent c9da39f commit 047ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
packages: jq
8080
script: |
8181
export PATH="$(nix build github:runtimeverification/kup --no-link --json | jq -r '.[].outputs | to_entries[].value')/bin:$PATH"
82-
kup publish k-framework-binary .#stable-mir-json --keep-days 180
82+
kup publish k-framework-binary .#stable-mir-json --keep-days 180 || true
8383
8484
bash .github/scripts/check-cachix-pin.sh

0 commit comments

Comments
 (0)