Skip to content

Commit 2239e2c

Browse files
committed
ci: simplify script + add to release
1 parent 7984137 commit 2239e2c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: 📦 Release
3535
run: pnpm publish --no-git-checks
3636

37+
- name: 📦 Release alias (stackblitz-clone)
38+
run: pnpm publish:alias
39+
3740
- run: pnpm changelogithub
3841
env:
3942
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts/publish-alias.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/env node
22

3-
/**
4-
* Publish the package as 'stackblitz-clone' alias
5-
* Run this after publishing 'stackblitz-zip'
6-
*/
7-
83
import { execSync } from 'node:child_process'
94
import { readFile, writeFile } from 'node:fs/promises'
105
import { resolve } from 'node:path'

0 commit comments

Comments
 (0)