Skip to content

Commit 9d9c8d9

Browse files
authored
Create release.yml
1 parent 6437490 commit 9d9c8d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
on:
2+
push:
3+
tags:
4+
- "v*"
5+
jobs:
6+
release:
7+
uses: modbus2mqtt/specification.shared/.github/workflows/release.yml@main
8+
secrets:
9+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)