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 Feb 1, 2024
1 parent 360ba5c commit e5a376b
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,7 +30,7 @@ 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/v3@"${{ steps.get-latest-tag.outputs.tag }}"
GOPROXY=proxy.golang.org go list -m github.com/cashfree/cashfree-pg/v4@"${{ steps.get-latest-tag.outputs.tag }}"
curl --location --request POST 'https://api.github.com/repos/cashfree/cashfree-pg/releases' \
--header 'Accept: application/vnd.github+json' \
--header "Authorization: Bearer ${{ secrets.TOKEN_GITHUB }}" \
Expand Down

0 comments on commit e5a376b

Please sign in to comment.