-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(publish): fix publish config and check_build steps
- Loading branch information
Showing
2 changed files
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,21 +32,4 @@ jobs: | |
- name: Install dependencies | ||
run: npm ci | ||
- name: Build | ||
run: npm run build | ||
- name: Generate release notes preview | ||
id: build-release-notes | ||
uses: guilhermetod/[email protected] | ||
- name: Comment release notes preview | ||
if: steps.build-release-notes.outputs.releaseNotes | ||
uses: peter-evans/create-or-update-comment@v1 | ||
with: | ||
issue-number: ${{ github.event.number }} | ||
body: | | ||
## 👋 Hey there! | ||
Thank you for you contribution. Below is a preview of the release notes if your PR gets merged. | ||
Please, make sure it includes all your significant changes with descriptive messages. | ||
Keep in mind that release notes are automatically generated from the commit messages according to [conventional commits](https://www.conventionalcommits.org/). | ||
--- | ||
${{ steps.build-release-notes.outputs.releaseNotes }} | ||
run: npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters