Skip to content

Commit

Permalink
fix: add string quote
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Mar 28, 2024
1 parent 4b4e31e commit a0c2597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
helm push ${{ env.PACKAGE_PATH }} oci://ghcr.io/${{ github.actor }}
- name: Upload to chart repository
run: |
echo ${{ toJson(github.event) }}
echo "${{ toJson(github.event) }}"
pwd
ls
git config --global user.email "${{ github.event.actor.login }}@users.noreply.github.com"
Expand Down

0 comments on commit a0c2597

Please sign in to comment.