mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 15:08:01 -05:00
Ask to overwrite config files when installing
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches: [main]
|
||||
paths: ['packages/*']
|
||||
paths: ['packages/**']
|
||||
jobs:
|
||||
publish:
|
||||
if: github.event.pull_request.merged == true
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-pnpm-store-
|
||||
|
||||
- name: Install
|
||||
run: pnpm ci
|
||||
run: pnpm i
|
||||
|
||||
- name: Publish
|
||||
run: pnpm run publish
|
||||
|
||||
Reference in New Issue
Block a user