Skip to content

Commit ec0d557

Browse files
author
Rodolfo
committed
Merge branch 'main' of github.com:RadicalImaging/testlocalpackage into main
2 parents dae4935 + f4af393 commit ec0d557

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/npm-publish-github-packages.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@ on:
99
- main
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
17-
with:
18-
node-version: 16
19-
- run: npm ci
20-
- run: npm test
2112

2213
publish-gpr:
23-
needs: build
2414
runs-on: ubuntu-latest
2515
permissions:
2616
contents: read
@@ -31,7 +21,7 @@ jobs:
3121
with:
3222
node-version: 16
3323
registry-url: https://npm.pkg.github.com/
34-
- run: npm ci
24+
scope: '@radicalimaging'
3525
- run: npm publish
3626
env:
3727
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)