Skip to content

Commit

Permalink
Update publish-release-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervp authored Oct 3, 2023
1 parent 3bbc830 commit 30a5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
az storage blob upload-batch -d sdk -s packages/sdk/upload/ --connection-string "${{ secrets.AZURE_CDN_STUDIO_PRD_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 30a5f03

Please sign in to comment.