Skip to content

Commit bc180ce

Browse files
committed
ff
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent ceeb1cd commit bc180ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-reproducible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Extract version
21-
run: echo "VERSION=$(echo ${GITHUB_REF#(refs/tags/|refs/heads/)})" >> $GITHUB_OUTPUT
21+
run: echo VERSION=$(echo "$GITHUB_REF" | sed -E 's#^refs/(tags|heads)/##') >> $GITHUB_OUTPUT
2222
id: extract_version
2323
outputs:
2424
VERSION: ${{ steps.extract_version.outputs.VERSION }}
@@ -45,7 +45,7 @@ jobs:
4545
build-reproducible:
4646
name: build and push reproducible image and binaries
4747
# TODO: update runner
48-
runs-on: warp-ubuntu-2404-x64-32x
48+
runs-on: warp-ubuntu-2404-x64-2x
4949
# needs: [extract-version, wait-for-release]
5050
needs: [extract-version] # TODO
5151
permissions:

0 commit comments

Comments
 (0)