Skip to content

Commit d70acbf

Browse files
committed
fixing test
1 parent dd994d2 commit d70acbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/github-actions/publish-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: env
8484
run: |
8585
echo "name=\${TARGET_ENV}" >> "$GITHUB_OUTPUT"
86-
echo "upper=\$(echo "\${TARGET_ENV}" | tr '[:lower:]' '[:upper:]')" >> "$GITHUB_OUTPUT"
86+
echo "upper=$(echo "\${TARGET_ENV}" | tr '[:lower:]' '[:upper:]')" >> "$GITHUB_OUTPUT"
8787
8888
- name: Azure Login (Federated Credential)
8989
uses: azure/login@v3

0 commit comments

Comments
 (0)