Skip to content

Commit

Permalink
Merge pull request jason5ng32#256 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
jason5ng32 authored Oct 31, 2024
2 parents 98daa3f + fee6feb commit 60fd345
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 60fd345

Please sign in to comment.