We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856cd8b commit 834dc5cCopy full SHA for 834dc5c
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Display the latest tag
41
run: |
42
- echo "Checked out to the latest tag: ${{ steps.get_latest_tag.outputs.latest_tag }}
+ echo "Checked out to the latest tag: ${{ steps.get_latest_tag.outputs.latest_tag }}"
43
44
- name: Set up Go
45
uses: actions/setup-go@v4
0 commit comments