Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Oct 31, 2024
1 parent 5eb2007 commit fee6feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Get the version and release notes
if: github.event_name == 'release'
run: |
echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
echo "RELEASE_NOTES=${{ github.event.release.body }}" >> $GITHUB_ENV
printf "RELEASE_VERSION=%s\n" "${{ github.event.release.tag_name }}" >> $GITHUB_ENV
printf "RELEASE_NOTES<<EOF\n%s\nEOF\n" "${{ github.event.release.body }}" >> $GITHUB_ENV
- name: Set version for manual dispatch
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit fee6feb

Please sign in to comment.