We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be92c91 commit 124182dCopy full SHA for 124182d
.github/workflows/release.yml
@@ -37,7 +37,9 @@ jobs:
37
38
- name: yarn publish
39
working-directory: dist/ng-mat-components
40
- run: yarn publish --access public --new-version ${{ needs.create_release.outputs.version }} --no-git-tag-version
+ run: |
41
+ npm version ${{ needs.create_release.outputs.version }}
42
+ npm publish
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
45
0 commit comments