Skip to content

Commit f7f12fc

Browse files
committed
chore: set valid version for action
1 parent ccef1a7 commit f7f12fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: echo '${{ steps.deploy-image.outputs.imageid }}' > docker_image_api.txt
176176

177177
- name: Upload binaries to release
178-
uses: xresloader/upload-to-github-release@1.3.11
178+
uses: xresloader/upload-to-github-release@v1.3.11
179179
with:
180180
file: docker_image_api.txt
181181
release_id: ${{ needs.create-release.outputs.id }}

0 commit comments

Comments
 (0)