fix: fix pipelines to quote string
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 7s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 7m56s
CI Workflow / CI (pull_request) Failing after 11m2s
CI Workflow / Code coverage report (pull_request) Has been skipped

This commit is contained in:
Marcel_Henselin 2026-01-30 14:11:41 +01:00
parent ee89243b3a
commit 38c308297a

View file

@ -117,7 +117,7 @@ jobs:
--providerName=stackitprivatepreview \
--repoName=terraform-provider-stackitprivatepreview \
--domain=tfregistry.sysops.stackit.rocks \
--gpgFingerprint=${{ secrets.GPG_FINGERPRINT }} \
--gpgFingerprint="${{ secrets.GPG_FINGERPRINT }}" \
--gpgPubKeyFile=public_key.pem \
--version=${VERSION}