Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 14, 2024
1 parent 547af2a commit e44faff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: Publish Any Commit
on:
push: {}
#on:
# push:
# branches:
# - main
# issue_comment:
# types: [created]

jobs:
build:
# if: github.repository == 'antfu-collective/ni' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new'))
runs-on: ubuntu-latest

steps:
Expand All @@ -24,8 +17,6 @@ jobs:
run: pnpm install

- name: Build
# working-directory: .
run: pnpm build

- run: pnpm pkg-pr-new publish --pnpm
# - run: pnpm pkg-pr-new publish --compact --pnpm .

0 comments on commit e44faff

Please sign in to comment.