Skip to content

Commit

Permalink
Merge pull request #99 from thejackshelton/experimental-snap
Browse files Browse the repository at this point in the history
fix: snapshot release flow
  • Loading branch information
thejackshelton authored Apr 9, 2024
2 parents 57a5c75 + 117d09f commit 5e8bb44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build Packages
run: pnpm run build

- name: Bump Package Versions
id: changesets
run: |
Expand All @@ -102,16 +99,10 @@ jobs:
- name: Publish Release
id: publish
run: |
GITHUB_ACTIONS=0 pnpm run build > build.output.txt 2>&1
pnpm exec changeset publish --tag experimental--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "build<<$EOF" >> $GITHUB_OUTPUT
echo "$(cat build.output.txt)" >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
cat build.output.txt
echo "publish<<$EOF" >> $GITHUB_OUTPUT
echo "$(cat publish.output.txt)" >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5e8bb44

Please sign in to comment.