diff --git a/.github/workflows/new-pr-notification.yaml b/.github/workflows/new-pr-notification.yaml deleted file mode 100644 index d8bcff94a..000000000 --- a/.github/workflows/new-pr-notification.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: new-pr-notification-to-slack -on: - pull_request: - types: [opened] - -jobs: - new-pr-notification: - uses: dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main - secrets: - WEBHOOK_URL: ${{ secrets.SLACK_NEW_PR_CHANNEL_WEBHOOK }} diff --git a/.github/workflows/release_binary.yml b/.github/workflows/release_binary.yml index 00399eea0..b303f0c4a 100644 --- a/.github/workflows/release_binary.yml +++ b/.github/workflows/release_binary.yml @@ -1,35 +1,34 @@ --- name: Release Binary - + on: release: types: [created] permissions: write-all - + # This workflow creates a release using goreleaser # via the 'make release' command. - + jobs: release: runs-on: ubuntu-latest environment: release steps: - - uses: actions/checkout@v4 - with: - submodules: true + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: true - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '1.22' - check-latest: true + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version-file: go.mod - - name: Setup release environment - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: |- - echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env + - name: Setup release environment + run: |- + echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env - - name: Release publish - run: make release \ No newline at end of file + - name: Release publish + run: make release \ No newline at end of file diff --git a/.github/workflows/stale-pr-notification.yaml b/.github/workflows/stale-pr-notification.yaml deleted file mode 100644 index 19b434235..000000000 --- a/.github/workflows/stale-pr-notification.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: stale-pr-notification-to-slack -on: - pull_request: - types: [labeled] - -jobs: - stale-pr-notification: - if: github.event.label.name == 'Stale' - uses: dymensionxyz/common-workflows/.github/workflows/stale-pr-notification.yaml@main - secrets: - WEBHOOK_URL: ${{ secrets.SLACK_STALE_PR_CHANNEL_WEBHOOK }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 8ace4d812..4a0fac455 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -81,7 +81,7 @@ builds: - -s -w -X github.com/cosmos/cosmos-sdk/version.Name=dymension -X github.com/cosmos/cosmos-sdk/version.AppName=dymd -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}} archives: - - name_template: '{{ .ProjectName }}_{{ .Version }}_{{- title .Os }}_{{ .Arch }}' + - name_template: '{{ .ProjectName }}_{{- title .Os }}_{{ .Arch }}' format_overrides: - goos: windows format: zip @@ -91,7 +91,7 @@ archives: - dymd-windows - dymd-linux - dymd-linux-arm64 - + checksum: name_template: 'checksums.txt' changelog: