Skip to content

Commit 4398518

Browse files
authored
Merge pull request #16 from pie-framework/feat/PIE-447-mc
re-enable publishing on changeset detection
2 parents 2ff6ae6 + b083e3a commit 4398518

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/orange-toes-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pie-element/multiple-choice": patch
3+
---
4+
5+
test multiple-choice release flow

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
with:
313313
# Omit `publish` so the action never runs `bun run release:publish` from CI.
314314
# Re-enable publishing by setting ENABLE_CICD_NPM_PUBLISH=true and adding:
315-
# publish: bun run release:publish
315+
publish: bun run release:publish
316316
createGithubReleases: false
317317
version: bun run version
318318
title: 'chore(release): version packages [skip-heavy-ci]'

0 commit comments

Comments
 (0)