Skip to content

Commit 4e24cbe

Browse files
committed
prepare action for release v1.0.3
1 parent 554cd12 commit 4e24cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Get Binary
2121
shell: bash
2222
run: |
23-
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.3-prerelease | jq -r '.assets[0].browser_download_url')
23+
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.3 | jq -r '.assets[0].browser_download_url')
2424
curl -s -L $BIN_URL -o rust-binary.tgz
2525
tar -xzvf rust-binary.tgz
2626
mv ./Linux/git-diff ./git-diff

0 commit comments

Comments
 (0)