We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6008840 commit b9478a3Copy full SHA for b9478a3
.github/workflows/release-announcement.yml
@@ -3,6 +3,7 @@ name: Release Announcement
3
on:
4
release:
5
types: [published]
6
+ workflow_call:
7
8
jobs:
9
github-releases-to-discord:
.github/workflows/release.yml
@@ -38,3 +38,8 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
NPM_TOKEN: "" # https://github.com/changesets/changesets/issues/1152#issuecomment-3190884868
41
+
42
+ trigger-logic:
43
+ needs: release
44
+ uses: ./.github/workflows/release-announcement.yml
45
+ secrets: inherit
0 commit comments