Skip to content

Commit

Permalink
Chore(ci): Create also GitHub release when creating a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 4, 2024
1 parent c8eafa2 commit 73b15a8
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.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: 🚢 Publish

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
fi
publish:
name: 🚀 📦 Publish Packages
name: 📦 Publish Packages
needs: hasTag
if: ${{ needs.hasTag.outputs.hasTag == 'true' }}
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ version: ## Create new version of packages
# @see https://github.com/lerna/lerna/tree/main/commands/version#readme
# Bump version of packages changed since the last release
# --yes` - skip all confirmation prompts
$(PKG_MANAGER) $(MONOREPO_TOOL) version --yes --no-push $(MONOREPO_TOOL_FLAGS) $(MONOREPO_TOOL_NO_PUSH)
$(PKG_MANAGER) $(MONOREPO_TOOL) version --create-release github --yes --no-push $(MONOREPO_TOOL_FLAGS) $(MONOREPO_TOOL_NO_PUSH)

build: ## Builds all packages
$(PKG_MANAGER) build
Expand Down

0 comments on commit 73b15a8

Please sign in to comment.