Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand authored Dec 11, 2024
1 parent 6751716 commit e452480
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
uses: actions/setup-python@v5
- run: |
python utils/extract_changelog.py ${VERSION} > release_${VERSION}.md
env:
VERSION: ${{ steps.setup-dev.outputs.project-version }}
- uses: softprops/action-gh-release@v1
with:
name: DNSroboCert ${{ steps.setup-dev.outputs.project-version }}
body_path: release_${{ steps.setup-dev.outputs.project-version }}.md
name: DNSroboCert ${{ env.VERSION }}
body_path: release_${{ env.VERSION }}.md

0 comments on commit e452480

Please sign in to comment.