Skip to content

Commit 8f1aba3

Browse files
Update npm-publish-github-packages.yml
1 parent 0ed7989 commit 8f1aba3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

-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,6 @@ jobs:
3121
with:
3222
node-version: 16
3323
registry-url: https://npm.pkg.github.com/
34-
- run: npm ci
3524
- run: npm publish
3625
env:
3726
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)