Skip to content

Commit 76300ba

Browse files
committed
Adjustments for the pipeline
1 parent 4f06d31 commit 76300ba

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ jobs:
242242
mv dist/demo-empty/emulator/*.tgz dist/demo-empty/emulator/sample-empty.tgz
243243
mv dist/siteless/emulator/*.tgz dist/siteless/emulator/siteless.tgz
244244
245-
# - name: Release Emulator Packages
246-
# run: |
247-
# npm install -g npm@latest
248-
# npm publish dist/demo-cross/emulator/sample-cross-fx.tgz --tag latest --provenance
249-
# npm publish dist/demo-full/emulator/sample-full.tgz --tag latest --provenance
250-
# npm publish dist/demo-minimal/emulator/sample-minimal.tgz --tag latest --provenance
251-
# npm publish dist/demo-empty/emulator/sample-empty.tgz --tag latest --provenance
252-
# npm publish dist/siteless/emulator/siteless.tgz --tag latest --provenance
245+
- name: Release Emulator Packages
246+
run: |
247+
npm install -g npm@latest
248+
npm publish dist/demo-cross/emulator/sample-cross-fx.tgz --tag latest --provenance
249+
npm publish dist/demo-full/emulator/sample-full.tgz --tag latest --provenance
250+
npm publish dist/demo-minimal/emulator/sample-minimal.tgz --tag latest --provenance
251+
npm publish dist/demo-empty/emulator/sample-empty.tgz --tag latest --provenance
252+
npm publish dist/siteless/emulator/siteless.tgz --tag latest --provenance
253253
254254
- name: Update Branches
255255
run: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Piral Changelog
22

3+
## 1.10.2 (tbd)
4+
5+
- Improved release pipeline
6+
37
## 1.10.1 (February 26, 2026)
48

59
- Improved trusted publishing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ci:docs": "yarn docgen && yarn build:docs && yarn ci:copy-docs && git checkout -- .",
4747
"ci:canary": "lerna publish $(yarn --silent ci:version)-alpha.$BUILD_BUILDID --exact --yes --force-publish --no-git-tag-version --no-push --dist-tag canary && git checkout -- .",
4848
"ci:prerelease": "lerna publish $(yarn --silent ci:version)-beta.$BUILD_BUILDID --exact --yes --force-publish --no-git-tag-version --no-push --dist-tag next && git checkout -- .",
49-
"ci:release": "lerna publish $(yarn --silent ci:version) --yes --force-publish --skip-npm --no-push --message '[skip ci] publish %s'"
49+
"ci:release": "lerna publish $(yarn --silent ci:version) --yes --force-publish --no-push --message '[skip ci] publish %s'"
5050
},
5151
"devDependencies": {
5252
"@jsenv/file-size-impact": "14.3.33",

0 commit comments

Comments
 (0)