Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Oct 20, 2023
1 parent 6b86821 commit 4ef31b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Publish Release
id: publish
run: |
pnpm run build --log-prefix=none > build.output.txt 2>&1
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)
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
function details(title, body) {
message += '\n';
message += `<details><summary><strong>${title}</strong></summary>`
message += '\n\n```sh\n';
message += '\n\n```\n';
message += body;
message += '\n```\n\n</details>';
}
Expand Down

0 comments on commit 4ef31b4

Please sign in to comment.