Skip to content

Commit fc8116b

Browse files
authored
chore: Fixing wrong parsing in release workflow (#36)
1 parent f5a0cfb commit fc8116b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
PAT=$(aws secretsmanager get-secret-value \
3232
--secret-id "$DEPLOY_SECRET_ARN" \
33-
| jq ".SecretString | fromjson | .Credential")
33+
| jq -r ".SecretString | fromjson | .Credential")
3434
echo "token=$PAT" >> $GITHUB_OUTPUT
3535
3636
- name: Checkout repo

0 commit comments

Comments
 (0)