Skip to content

Commit c077f08

Browse files
authored
Bugfix/secrets in matrix (#24)
1 parent 124182d commit c077f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
working-directory: dist/ng-mat-components
4040
run: |
4141
npm version ${{ needs.create_release.outputs.version }}
42+
npm set registry https://registry.npmjs.org/
4243
npm publish
4344
env:
4445
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)