Skip to content

Commit 117d09f

Browse files
fix: snapshot release flow
1 parent 57a5c75 commit 117d09f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
- name: Install dependencies
8080
run: pnpm install
8181

82-
- name: Build Packages
83-
run: pnpm run build
84-
8582
- name: Bump Package Versions
8683
id: changesets
8784
run: |
@@ -102,16 +99,10 @@ jobs:
10299
- name: Publish Release
103100
id: publish
104101
run: |
105-
GITHUB_ACTIONS=0 pnpm run build > build.output.txt 2>&1
106102
pnpm exec changeset publish --tag experimental--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
107103
108104
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
109105
110-
echo "build<<$EOF" >> $GITHUB_OUTPUT
111-
echo "$(cat build.output.txt)" >> $GITHUB_OUTPUT
112-
echo "$EOF" >> $GITHUB_OUTPUT
113-
cat build.output.txt
114-
115106
echo "publish<<$EOF" >> $GITHUB_OUTPUT
116107
echo "$(cat publish.output.txt)" >> $GITHUB_OUTPUT
117108
echo "$EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)