Skip to content

Commit

Permalink
Fix glue error handling (#123)
Browse files Browse the repository at this point in the history
* fix: fixed handling of Glue errors in analyze method

* chore: reduce branch threshold for jest to 75

* fix: node setup for release please pipeline

* fix: another pipeline fix
  • Loading branch information
felix-iw authored Feb 15, 2023
1 parent e410846 commit 0b626b6
Showing 1 changed file with 0 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 @@ -13,7 +13,6 @@ jobs:
release-type: node
package-name: release-please-action
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0b626b6

Please sign in to comment.