Skip to content

Commit

Permalink
update major version in go package
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Aug 14, 2024
1 parent 2a0022f commit b53bbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b53bbf0

Please sign in to comment.