Skip to content

Commit 65a8d1d

Browse files
authored
Create release.yml
1 parent 57515de commit 65a8d1d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Release
2+
on:
3+
# comment this if you want to release by manual trigger action
4+
#push:
5+
# branches: [ master, main, next, beta, '*.x' ]
6+
7+
# manual trigger action at GitHub Actions Tab
8+
workflow_dispatch: {}
9+
10+
jobs:
11+
release:
12+
name: Node.js
13+
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1

0 commit comments

Comments
 (0)