chore(ci): npm-publish via reusable workflows

This commit is contained in:
Jean Burellier
2025-12-16 17:55:41 +01:00
parent c2fb76e99f
commit 762ecae154

14
.github/workflows/npm-publish.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Publish package to npm
on:
release:
types: [created]
permissions:
id-token: write
contents: read
jobs:
publish:
uses: expressjs/ci-workflows/.github/workflows/release.yml@main
secrets:
NPM_PUBLISH: ${{ secrets.NPM_PUBLISH }}