Skip to content

Commit

Permalink
AHH
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Oct 17, 2023
1 parent 83667e9 commit a261959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version: ${{ steps.run.outputs.version }}
steps:
- uses: actions/checkout@v2
- id: runtime
- id: run
run: |
echo "should-release=$(.github/changelog-processor.py CHANGELOG.md --should-release)" >> $GITHUB_OUTPUT
echo "version=$(.github/changelog-processor.py CHANGELOG.md --print-latest-version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a261959

Please sign in to comment.