Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 6b9f99c

Browse files
committed
fix: forgot to remove test variable
1 parent 4722343 commit 6b9f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
LATEST=$(curl -s https://api.github.com/repos/airsquared/blobsaver/releases | jq -r "[.[] | select(.tag_name)] | max_by(.created_at) | .tag_name" | awk '{gsub(/^v/, ""); print}')
2020
echo "Latest release is ${LATEST}"
21-
echo "::set-output name=latest_tag::3.5.1"
21+
echo "::set-output name=latest_tag::$LATEST"
2222
2323
- name: Check if version already exists
2424
run: |

0 commit comments

Comments
 (0)