Skip to content

Commit

Permalink
Merge pull request #211 from mountaindude/208
Browse files Browse the repository at this point in the history
Fix broken build process
  • Loading branch information
mountaindude authored Apr 12, 2023
2 parents 21fd4f0 + 1e098e1 commit 45c4934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
echo "minor : ${{ steps.release.outputs.minor }}"
echo "patch : ${{ steps.release.outputs.patch }}"
echo "sha : ${{ steps.release.outputs.sha }}"
echo "pr : ${{ steps.release.outputs.pr }}"
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"last-release-sha": "01686226cbe858eb9f9d978f21490a124baf371d",
"release-as": "4.2.0",
"release-type": "node",
"draft": true,
"changelog-sections": [
Expand Down

0 comments on commit 45c4934

Please sign in to comment.