Skip to content

Commit

Permalink
fix: enable continuous releases
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Oct 17, 2024
1 parent 484d3cf commit e823d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -82,6 +80,9 @@ jobs:
- name: Test build
run: pnpm run test-build

- name: Continuous Releases
run: pnpx pkg-pr-new publish

lint:
if: github.repository == 'vitejs/vite-plugin-react'
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@vitejs/plugin-react",
"name": "rolldown-vite-plugin-react",
"version": "4.3.2",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit e823d2e

Please sign in to comment.