mirror of
https://github.com/catppuccin/keybr.git
synced 2026-01-09 06:00:59 +08:00
build: run build only on release
This commit is contained in:
parent
7dc8d4cb54
commit
3951b64d22
3
.github/workflows/release-please.yml
vendored
3
.github/workflows/release-please.yml
vendored
@ -26,10 +26,13 @@ jobs:
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- run: npm ci
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- run: npm run build
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- name: Upload Release Artifact
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user