mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
Merge pull request #47 from BreizhHardware/dev
fix: replace npm install with npm ci and add provenance flag to npm publish
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -44,8 +44,8 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm install
|
||||
- run: npm publish --access public
|
||||
- run: npm ci
|
||||
- run: npm publish --provenance --access public
|
||||
|
||||
release:
|
||||
needs: publish
|
||||
|
||||
Reference in New Issue
Block a user