Skip to content

Commit

Permalink
refactor: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 7, 2024
1 parent 8dbe1c4 commit 5386e7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
with:
script: |
github.rest.issues.updateComment({
...context.repo,
comment_id: comment_id,
body: `🌟 Pre-Release Created 🌟
The pre-release has been successfully created with the following details:
\`\`\`
# ${lernaOutput}
\`\`\`
You can now check out the latest version.
`
});
...context.repo,
comment_id: comment_id,
body: `🌟 Pre-Release Created 🌟
The pre-release has been successfully created with the following details:
\`\`\`
# ${lernaOutput}
\`\`\`
You can now check out the latest version.
`
});
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
push:
paths:
- 'packages/**'
branches:
- main

Expand Down

0 comments on commit 5386e7f

Please sign in to comment.