diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3101b9e4..09552fd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,11 +106,11 @@ jobs: - name: Install Bun uses: oven-sh/setup-bun@v2 - # Ensure /v2 is updated as the major version changes + # Ensure /v3 is updated as the major version changes - name: Update Go Registry run: | GOPROXY=proxy.golang.org go list \ - -m github.com/open-ibc/vibc-core-smart-contracts/v2@${{ steps.version.outputs.release }} + -m github.com/open-ibc/vibc-core-smart-contracts/v3@${{ steps.version.outputs.release }} - name: Update NPM Registry run: |