mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 13:21:34 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install
|
- name: install
|
||||||
run: npm install
|
run: npm ci
|
||||||
- name: build
|
- name: build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: commit
|
- name: commit
|
||||||
|
|||||||
Reference in New Issue
Block a user