mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 11:41:14 +02:00
chore: use npm ci instead of install during build (#316)
This commit is contained in:
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install
|
||||
run: npm install
|
||||
run: npm ci
|
||||
- name: build
|
||||
run: npm run build
|
||||
- name: commit
|
||||
|
||||
Reference in New Issue
Block a user