Skip to content

Commit

Permalink
update id changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-edu committed Feb 25, 2024
1 parent e62acda commit 182a9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Read version from file
id: version
id: version_changelog
run: echo "::set-output name=changelog::$(cat changelog.txt)"

- name: Read changelog from file
Expand All @@ -28,6 +28,6 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.version }}
release_name: Release ${{ steps.version.outputs.version }}
body: ${{ steps.version.outputs.changelog }}
body: ${{ steps.version_changelog.outputs.changelog }}
draft: false
prerelease: false

0 comments on commit 182a9fa

Please sign in to comment.