Skip to content

Commit

Permalink
Merge branch 'master' into update2
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet authored Jan 7, 2025
2 parents 7da454f + b059b2b commit 4d621d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
continue
fi
echo "Packaging chart: $d"
helm package --sign "$d" -u --key ${{ steps.import_gpg.outputs.name }} --passphrase-file passphrase.txt --keyring ~/.gnupg/secring.gpg
helm package --sign "$d" -u --key "${{ steps.import_gpg.outputs.name }}" --passphrase-file passphrase.txt --keyring ~/.gnupg/secring.gpg
done
rm passphrase.txt
echo "Packing done"
Expand Down

0 comments on commit 4d621d2

Please sign in to comment.