Skip to content

Commit 834dc5c

Browse files
committed
fix latest tag
1 parent 856cd8b commit 834dc5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Display the latest tag
4141
run: |
42-
echo "Checked out to the latest tag: ${{ steps.get_latest_tag.outputs.latest_tag }}
42+
echo "Checked out to the latest tag: ${{ steps.get_latest_tag.outputs.latest_tag }}"
4343
4444
- name: Set up Go
4545
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)