File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 79
79
- name : Install dependencies
80
80
run : pnpm install
81
81
82
- - name : Build Packages
83
- run : pnpm run build
84
-
85
82
- name : Bump Package Versions
86
83
id : changesets
87
84
run : |
@@ -102,16 +99,10 @@ jobs:
102
99
- name : Publish Release
103
100
id : publish
104
101
run : |
105
- GITHUB_ACTIONS=0 pnpm run build > build.output.txt 2>&1
106
102
pnpm exec changeset publish --tag experimental--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
107
103
108
104
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
109
105
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
-
115
106
echo "publish<<$EOF" >> $GITHUB_OUTPUT
116
107
echo "$(cat publish.output.txt)" >> $GITHUB_OUTPUT
117
108
echo "$EOF" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments