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 9a91deb commit 7ee21d4Copy full SHA for 7ee21d4
.github/workflows/pre_release.yaml
@@ -6,6 +6,10 @@ on:
6
7
# Runs when invoked by another workflow.
8
workflow_call:
9
+ outputs:
10
+ changelog_commitish:
11
+ description: The commit SHA after updating the changelog
12
+ value: ${{ jobs.update_changelog.outputs.changelog_commitish }}
13
14
concurrency:
15
group: release
0 commit comments