We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd994d2 commit d70acbfCopy full SHA for d70acbf
1 file changed
src/templates/github-actions/publish-workflow.ts
@@ -83,7 +83,7 @@ jobs:
83
id: env
84
run: |
85
echo "name=\${TARGET_ENV}" >> "$GITHUB_OUTPUT"
86
- echo "upper=\$(echo "\${TARGET_ENV}" | tr '[:lower:]' '[:upper:]')" >> "$GITHUB_OUTPUT"
+ echo "upper=$(echo "\${TARGET_ENV}" | tr '[:lower:]' '[:upper:]')" >> "$GITHUB_OUTPUT"
87
88
- name: Azure Login (Federated Credential)
89
uses: azure/login@v3
0 commit comments