We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b763edd commit ade7539Copy full SHA for ade7539
1 file changed
.github/workflows/cranelift-release-branch.yml
@@ -22,7 +22,6 @@ jobs:
22
- name: Determine latest Wasmtime release branch
23
id: wasmtime_release_branch
24
run: |
25
- set -euo pipefail
26
branches="$(
27
git ls-remote --heads https://github.com/bytecodealliance/wasmtime.git "refs/heads/release-*" \
28
| awk '{print $2}' \
0 commit comments