Skip to content

Commit 2130093

Browse files
committed
chore(ci): npm-publish via reusable workflows
1 parent 9a7ea07 commit 2130093

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish package to npm
2+
on:
3+
release:
4+
types: [created]
5+
6+
permissions:
7+
id-token: write
8+
contents: read
9+
10+
jobs:
11+
publish:
12+
uses: expressjs/ci-workflows/.github/workflows/release.yml@main
13+
secrets:
14+
NPM_PUBLISH: ${{ secrets.NPM_PUBLISH }}

0 commit comments

Comments
 (0)