Skip to content

Commit cfe001d

Browse files
committed
FIX: release workflow
1 parent 3ef8139 commit cfe001d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
- name: publish to DLx CDN
3030
run: npm run upload
3131
env:
32-
AZURE_CONNECTION_STRING: ${{secrets.AZURE_CONNECTION_STRING}}
32+
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
3333

3434
- name: publish to npm
3535
run: npm publish
3636
env:
37-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

3939
- name: publish to GitHub Packages
4040
run: npm publish
4141
env:
42-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
42+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: create docs
4545
run: npm run docs

0 commit comments

Comments
 (0)