Skip to content

Commit

Permalink
ci: fix issue with release job action firing on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Aug 20, 2024
1 parent 6e2d1b2 commit 68bb507
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Publish to NPM
run: pnpm -r publish --no-git-checks


trigger-extension-package-update:
needs: release-please
if: needs.release-please.outputs.releases_created
runs-on: ubuntu-latest
steps:
- name: Fire repository dispatch event
Expand All @@ -69,7 +69,6 @@ jobs:
repository: leather-io/extension
event-type: leather-deps-updated


# The logic below handles eas deployment and appstore submission:
deploy-eas:
needs: release-please
Expand Down

0 comments on commit 68bb507

Please sign in to comment.