Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Feb 5, 2024
1 parent d01e500 commit 3559d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
changelog="${changelog//'%'/'%25'}"
changelog="${changelog//$'\n'/'%0A'}"
changelog="${changelog//$'\r'/'%0D'}"
echo "$version=${version}" >> $GITHUB_ENV
echo "$changelog=${changelog}" >> $GITHUB_ENV
echo "version=${version}" >> $GITHUB_ENV
echo "changelog=${changelog}" >> $GITHUB_ENV
- name: Print Github Info
run: |
Expand Down

0 comments on commit 3559d8d

Please sign in to comment.