Skip to content

Commit feade29

Browse files
committed
Fix release workflow syntax (missing with)
Refs #286
1 parent 83078cf commit feade29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/[email protected]
51-
ref: ${{ github.event.inputs.releaseVersion }}
51+
with:
52+
ref: ${{ github.event.inputs.releaseVersion }}
5253
- name: Set up Docker Buildx
5354
uses: docker/setup-buildx-action@v1
5455
- name: Login to DockerHub

0 commit comments

Comments
 (0)