Skip to content

Commit

Permalink
chore: add preview releases with pkg.pr.new
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Sep 8, 2024
1 parent 1059bf5 commit 0c1ef0a
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
path: ./@ngxs
retention-days: 1

# create a preview release of the packages using pkg.pr.new
- name: Continuous Release
run: yarn pkg-pr-new publish --compact ./@ngxs/devtools-plugin ./@ngxs/form-plugin ./@ngxs/hmr-plugin ./@ngxs/router-plugin ./@ngxs/storage-plugin ./@ngxs/store ./@ngxs/websocket-plugin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

premerge-test:
runs-on: ubuntu-latest
needs: premerge-build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"ts-node": "^8.10.2",
"tslib": "^2.3.0",
"typescript": "5.4.4",
"zone.js": "0.14.0"
"zone.js": "0.14.0",
"pkg-pr-new": "^0.0.24"
}
}
Loading

0 comments on commit 0c1ef0a

Please sign in to comment.