Skip to content

Commit

Permalink
chore(repo): add pkg.pr.new (#235)
Browse files Browse the repository at this point in the history
* chore(repo): add pkg.pr.new

* chore(repo): use pnpx
  • Loading branch information
maiieul authored Aug 11, 2024
1 parent 1da1b0e commit be20c64
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: pnpx nx run qwik-nx:build
- run: pnpx 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 be20c64

Please sign in to comment.