Skip to content

Commit ddf6943

Browse files
authored
Pin version of brussels (#2297)
I'm working on some incompatible changes for Brussels: this PR pins it to the current version to ensure we don't accidentally break releases.
1 parent 5d3ee17 commit ddf6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Download Brussels
3131
run: |
3232
if [[ "${BRUSSELS_RUN_ID}" == "" ]]; then
33-
gh release download -R oxidecomputer/brussels -p brussels
33+
gh release download -R oxidecomputer/brussels -p brussels v0.1.1
3434
else
3535
gh run download "${BRUSSELS_RUN_ID}" -R oxidecomputer/brussels -n prebuilt-binary
3636
fi

0 commit comments

Comments
 (0)