We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ec8b8 + 9d9c8d9 commit 31270ceCopy full SHA for 31270ce
.github/workflows/release.yml
@@ -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