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 c0efd15 commit 3c73b3eCopy full SHA for 3c73b3e
.github/workflows/release.yaml
@@ -79,5 +79,5 @@ jobs:
79
80
- name: Publish release
81
run: |
82
- VSCE_PAT=$(aws secretsmanager get-secret-value --secret-id $PAT_ID | jq -r '.SecretString')
+ export VSCE_PAT=$(aws secretsmanager get-secret-value --secret-id $PAT_ID | jq -r '.SecretString')
83
make publish
0 commit comments