mirror of
https://github.com/expressjs/express.git
synced 2026-02-26 05:35:21 +00:00
chore(ci): npm-publish via reusable workflows
This commit is contained in:
14
.github/workflows/npm-publish.yml
vendored
Normal file
14
.github/workflows/npm-publish.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user