Skip to content

Commit

Permalink
Simplify job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt authored and MattiSG committed Jun 24, 2024
1 parent d538974 commit 212928c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
outputs:
release-type:
description: The release type extracted from changelog
value: ${{ jobs.validate_changelog.outputs.release-type }}
value: ${{ jobs.validate.outputs.release-type }}

jobs:
validate_changelog:
validate:
runs-on: [ ubuntu-latest ]
outputs:
release-type: ${{ steps.validate-changelog.outputs.release-type }}
Expand Down

0 comments on commit 212928c

Please sign in to comment.