Skip to content

Commit

Permalink
Remove echo git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Staal committed Feb 6, 2024
1 parent 23a2d33 commit 469079b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build
run: |
LATEST_TAG=$(git describe --tags)
echo Build James $LATEST_TAG
go build -ldflags "-X main.Build=$LATEST_TAG" -v ./...
- name: Test
Expand Down

0 comments on commit 469079b

Please sign in to comment.