Skip to content

Commit

Permalink
fix(ci): Change release target to 'sem-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Mar 30, 2023
1 parent 9236164 commit a671599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make release
run: make sem-release
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ dist/godot-$(EXT_NAME).tar.gz: $(RELEASE_TARGET) $(DEBUG_TARGET)


# Refer to .releaserc.yaml for release configuration
.PHONY: release
release: ## Publish a release with semantic release
.PHONY: sem-release
sem-release: ## Publish a release with semantic release
npx semantic-release

# E.g. make in-docker TARGET=build
Expand Down

0 comments on commit a671599

Please sign in to comment.