Skip to content

Commit 6bf16ee

Browse files
committed
single job
1 parent 68cd18f commit 6bf16ee

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
13-
with:
14-
node-version: 20
15-
- run: npm install
16-
- run: npm run build
17-
18-
publish-gpr:
19-
needs: build
8+
publish:
209
runs-on: ubuntu-latest
2110
permissions:
2211
packages: write
@@ -32,3 +21,5 @@ jobs:
3221
- run: npm publish
3322
env:
3423
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
24+
25+

0 commit comments

Comments
 (0)