Skip to content

Commit 037fd03

Browse files
author
Timothy Wang
committed
Update azuresdkdrop workflow account-name
1 parent 8239842 commit 037fd03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azuresdkdrop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,11 @@ jobs:
108108
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
109109
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
110110

111+
# Deploy npm package - this is done by uploading to Azure's SDK blob storage then triggering their partner release pipeline.
112+
# More info: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/1/Partner-Release-Pipeline
111113
- name: Upload to drop
112114
run: |
113115
ls -la
114116
PACKAGE_ID=`echo $(ls *.tgz) | sed -e 's/\.tgz$//'`
115117
echo $PACKAGE_ID
116-
az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name $AZURE_SDK_STORAGE_ACCOUNT_NAME
118+
az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops

0 commit comments

Comments
 (0)