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 6435505 commit 3a6c435Copy full SHA for 3a6c435
.github/workflows/changelog.yml
@@ -7,10 +7,10 @@ on:
7
outputs:
8
release-type:
9
description: The release type extracted from changelog
10
- value: ${{ jobs.validate_changelog.outputs.release-type }}
+ value: ${{ jobs.validate.outputs.release-type }}
11
12
jobs:
13
- validate_changelog:
+ validate:
14
runs-on: [ ubuntu-latest ]
15
16
release-type: ${{ steps.validate-changelog.outputs.release-type }}
0 commit comments