Skip to content

Commit 71ffc07

Browse files
committed
add missing scope
1 parent 103da23 commit 71ffc07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: build applikation
3737
run: yarn run build
3838

39-
- name: set publish config
40-
shell: bash
41-
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.GITHUB_TOKEN }}
39+
# - name: set publish config
40+
# shell: bash
41+
# run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: npm publish
4444
working-directory: dist/ng-mat-components

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng-mat-components",
2+
"name": "@fullstack-devops/ng-mat-components",
33
"version": "0.0.0",
44
"engines": {
55
"node": ">=14.0.0 <17.0.0",

projects/ng-mat-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng-mat-components",
2+
"name": "@fullstack-devops/ng-mat-components",
33
"version": "0.0.0",
44
"license": "MIT",
55
"peerDependencies": {

0 commit comments

Comments
 (0)