Skip to content

Commit 4d00ce8

Browse files
Fix escaping that stopped working
1 parent 6deee4d commit 4d00ce8

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
@@ -95,7 +95,7 @@ jobs:
9595
push: true
9696
tags: ${{ join(matrix.versions.IMAGES, ',') }}
9797
build-args: |
98-
"WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}"
98+
WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}
9999
100100
release:
101101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)