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 5c2b820 commit 9bc4c7a
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 @@ -30,6 +30,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Cashfree Payments"
go mod tidy
GOPROXY=proxy.golang.org go list -m github.com/cashfree/cashfree_pg@"${{ steps.get-latest-tag.outputs.tag }}"
GOPROXY=proxy.golang.org go list -m github.com/cashfree/cashfree_pg/v3@"${{ steps.get-latest-tag.outputs.tag }}"
env:
GOPROXY: proxy.golang.org

0 comments on commit 9bc4c7a

Please sign in to comment.