diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e6de47d1a5..a8b324de6b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -48,9 +48,9 @@ jobs: runs-on: ${{ vars.RELEASE_RUNNER }} steps: - uses: actions/checkout@v4 - - name: Release build dry-run + - name: Build release snapshot run: | - make release-dry-run + make release-snapshot check-changelog: needs: diff --git a/Makefile b/Makefile index a3c2fae49b..f39e4f27ff 100644 --- a/Makefile +++ b/Makefile @@ -443,7 +443,7 @@ test-sim-after-import-long release-snapshot: $(GORELEASER) --clean --skip=validate --skip=publish --snapshot -release-dry-run: +release-build-only: $(GORELEASER) --clean --skip=validate --skip=publish release: