Skip to content

Commit be20c64

Browse files
authored
chore(repo): add pkg.pr.new (#235)
* chore(repo): add pkg.pr.new * chore(repo): use pnpx
1 parent 1da1b0e commit be20c64

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,18 @@ jobs:
2525

2626
- name: Test
2727
uses: ./.github/actions/test
28+
29+
continuous-release:
30+
runs-on: ubuntu-latest
31+
if: github.event_name == 'pull_request'
32+
steps:
33+
- uses: actions/checkout@v3
34+
- name: Setup
35+
uses: ./.github/actions/setup
36+
with:
37+
node_version: 20
38+
- run: pnpx nx run qwik-nx:build
39+
- run: pnpx pkg-pr-new publish --pnpm ./dist/packages/qwik-nx
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
42+

0 commit comments

Comments
 (0)