Skip to content

Commit

Permalink
ci: correct publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jul 6, 2024
1 parent 5ea945c commit 9ee10fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: |
VERSION=$(git describe --tags --abbrev=0)
echo "module github.com/Nicconike/goautomate" > go.mod
go list -m github.com/Nicconike/goautomate@VERSION
go list -m github.com/Nicconike/goautomate@$VERSION
GOPROXY=proxy.golang.org go list -m github.com/Nicconike/goautomate@$VERSION

0 comments on commit 9ee10fd

Please sign in to comment.