Skip to content

Commit 59006e1

Browse files
authored
Merge pull request #757 from maiieul/pkg.pr.new
chore(test.yml): add pkg.pr.new action
2 parents 20ad758 + ba86cf1 commit 59006e1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
32+
33+
- run: pnpx pkg-pr-new publish ./packages/kit-headless
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Thumbs.db
7575

7676
# Verdaccio
7777
tmp
78-
.nx/cache
78+

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2+
.nx/cache
23
coverage

0 commit comments

Comments
 (0)