You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-make.yml
+4-35Lines changed: 4 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ on:
20
20
description: Publish to npm
21
21
type: boolean
22
22
default: false
23
-
downstreams:
24
-
description: List of github projects (owner/repo) which should have their dependency bumped to the newly released version (in JSON string array string syntax)
25
-
type: string
26
-
required: false
27
23
gpg-fingerprint:
28
24
description: Fingerprint of the GPG key to use for signing the git tag and assets, if any.
29
25
type: string
@@ -38,6 +34,10 @@ on:
38
34
description: The number of expected assets, including signatures, excluding generated zip & tarball.
39
35
type: number
40
36
required: false
37
+
outputs:
38
+
npm-id:
39
+
description: "The npm package@version string we published"
40
+
value: ${{ jobs.npm.outputs.id }}
41
41
permissions: {}
42
42
jobs:
43
43
checks:
@@ -327,34 +327,3 @@ jobs:
327
327
# wait-interval: 10
328
328
# check-name: merge
329
329
# allowed-conclusions: success
330
-
331
-
bump-downstreams:
332
-
name: Update npm dependency in downstream projects
0 commit comments