Skip to content

Commit

Permalink
chore(repo): add pkg.pr.new
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Aug 11, 2024
1 parent 64e972e commit 36bd581
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,18 @@ jobs:

- name: Test
uses: ./.github/actions/test

continuous-release:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
with:
node_version: 20
- run: nx run qwik-nx:build
- run: pnpm dlx pkg-pr-new publish --pnpm ./dist/packages/qwik-nx
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

0 comments on commit 36bd581

Please sign in to comment.