Skip to content

Commit

Permalink
Update pkg-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Nov 1, 2023
1 parent 3df0c97 commit 1b55529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Cashfree Payments"
go mod tidy
git fetch --tags
git fetch
TAG=$(git describe --tags --abbrev=0)
GOPROXY=proxy.golang.org go list -m github.com/cashfree/cashfree_pg@"$TAG"
env:
Expand Down

0 comments on commit 1b55529

Please sign in to comment.