Skip to content

Commit

Permalink
improve naming of make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 4, 2024
1 parent 952188b commit af1badd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af1badd

Please sign in to comment.