Skip to content

Commit

Permalink
Merge branch 'main' into new-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Aug 4, 2024
2 parents 694a27d + 8688153 commit e50f397
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions .github/workflows /pkg-pr-new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: pkg-pr-new - Publish Any Commit
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish --compact
working-directory: ./lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e50f397

Please sign in to comment.