Skip to content

Commit

Permalink
Fix deb versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 24, 2024
1 parent 7f016ef commit 473a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Get version
id: version
run: echo "version=$(git describe)" >> "$GITHUB_OUTPUT"
run: echo "version=$(git describe --tags)" >> "$GITHUB_OUTPUT"
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 473a732

Please sign in to comment.