Skip to content

Commit e3a7665

Browse files
authored
chore: fixing wrong parsing in release workflow (#3118)
1 parent d5e74e9 commit e3a7665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
PAT=$(aws secretsmanager get-secret-value \
4444
--secret-id "$DEPLOY_SECRET_ARN" \
45-
| jq ".SecretString | fromjson | .Credential")
45+
| jq -r ".SecretString | fromjson | .Credential")
4646
echo "token=$PAT" >> $GITHUB_OUTPUT
4747
4848
- name: Checkout repo

0 commit comments

Comments
 (0)