Skip to content

Commit

Permalink
Fix missed changelog in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kadykov committed Nov 13, 2024
1 parent 3c98ddd commit dcea644
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Get version from tag
id: tag_name
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -114,4 +117,4 @@ jobs:
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ${{ env.OUTPUT_DIR }}/
artifacts: ${{ env.OUTPUT_DIR }}/*.pdf

0 comments on commit dcea644

Please sign in to comment.