Skip to content

Commit

Permalink
Update publish-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervp authored Oct 3, 2023
1 parent 645212e commit 3bbc830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
az storage blob upload-batch -d sdk -s packages/sdk/upload/ --connection-string "${{ secrets.AZURE_CDN_STUDIO_DEV_CONNECTION_STRING }}" --overwrite true
- name: prepare for actions upload
run: |
node cicd.js actions yarn && node scripts/prepare-release.mjs
node cicd.js actions node scripts/prepare-release.mjs
working-directory: packages/actions
- name: Copy to Azure Blob Storage (Actions)
uses: azure/CLI@v1
Expand Down

0 comments on commit 3bbc830

Please sign in to comment.