Skip to content

Commit d846cbd

Browse files
authored
chore: disable notify step in release-please.yml
Comment out notify step in release workflow Signed-off-by: Emile Bangma <github@emilebangma.com>
1 parent 8e9840a commit d846cbd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
asset_name: styles.css
9090
asset_content_type: text/css
9191

92-
notify:
93-
needs: upload-build
94-
uses: javalent/workflows/.github/workflows/notify.yml@main
95-
secrets: inherit
96-
with:
97-
name: Initiative Tracker
98-
repo: initiative-tracker
92+
# notify:
93+
# needs: upload-build
94+
# uses: javalent/workflows/.github/workflows/notify.yml@main
95+
# secrets: inherit
96+
# with:
97+
# name: Initiative Tracker
98+
# repo: initiative-tracker

0 commit comments

Comments
 (0)