Skip to content

Commit f36b1a1

Browse files
author
Akos Komuves
committed
nothing to build
1 parent bd7a955 commit f36b1a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
- uses: pnpm/action-setup@v4
16-
- uses: actions/setup-node@v4
17-
with:
18-
node-version: 20
19-
- run: pnpm i
20-
- run: pnpm build
21-
2211
publish-gpr:
23-
needs: build
2412
runs-on: ubuntu-latest
2513
permissions:
2614
contents: read

0 commit comments

Comments
 (0)