diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 200f4d2e..aece2e14 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,16 +16,18 @@ permissions: jobs: release: name: Create release - runs-on: ubuntu-latest + runs-on: buildjet-4vcpu-ubuntu-2204 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.inputs.release_tag }} - name: Make release run: | - sudo rm -rf dist make release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: 🧹 Clean release folder + run: | + sudo rm -rf dist diff --git a/go.mod b/go.mod index d28eef8b..56c0efb7 100755 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ixofoundation/ixo-blockchain/v3 -go 1.22.3 +go 1.22.4 require ( cosmossdk.io/api v0.7.6