Skip to content

Commit 832d973

Browse files
Fix publish pipeline finally (for today) 2
1 parent 093982e commit 832d973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
node-version: 12
7272
registry-url: https://registry.npmjs.org/
7373
- run: npm ci --ignore-scripts
74-
- working-directory: artifact/ngx-darkbox-gallery
7574
- run: npm publish --access public
75+
working-directory: artifact/ngx-darkbox-gallery
7676
env:
7777
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
7878

@@ -90,8 +90,8 @@ jobs:
9090
node-version: 12
9191
registry-url: https://npm.pkg.github.com/
9292
- run: npm ci --ignore-scripts
93-
- working-directory: artifact/ngx-darkbox-gallery
9493
- run: npm publish --ignore-scripts
94+
working-directory: artifact/ngx-darkbox-gallery
9595
env:
9696
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
9797

0 commit comments

Comments
 (0)