We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b438f5 commit e4db859Copy full SHA for e4db859
1 file changed
.github/publish.yml
@@ -0,0 +1,19 @@
1
+name: Publish Release
2
+
3
+on:
4
+ release:
5
+ types: [created]
6
+ workflow_dispatch:
7
8
+jobs:
9
+ build-and-publish:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout code
13
+ uses: actions/checkout@v3
14
15
+ - name: Set up Node.js
16
+ uses: actions/setup-node@v3
17
+ with:
18
+ node-version: '20'
19
+ registry-url: 'https://registry.npmjs.org'
0 commit comments