summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-04-14 19:07:57 +0200
committerGitHub <noreply@github.com>2022-04-14 13:07:57 -0400
commit37811a15811e0966add1a6fd381bdfe344863624 (patch)
treecc955343c37495884834fc5fb60d3c544c4ca65c
parent118aa96274b8fea4b6a1f038edeb92eefad7caec (diff)
ci(release-please): only run in main repo (#3873)
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a4699a94f..08976260c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -14,6 +14,7 @@ jobs:
release_please:
name: Release Please
runs-on: ubuntu-latest
+ if: github.repository == 'starship/starship'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
@@ -199,7 +200,7 @@ jobs:
with:
name: ${{ matrix.pkgname }}
path: ${{ matrix.pkgname }}
-
+
- name: Notarize | Package Notarized Binary
run: tar czvf ${{ matrix.name }} starship