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.
1 parent c93a904 commit 13e26bdCopy full SHA for 13e26bd
1 file changed
.github/workflows/semantic-release.yaml
@@ -0,0 +1,13 @@
1
+name: Semantic Release
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - release/*
8
9
+jobs:
10
+ semantic-release:
11
+ uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.17.0
12
+ secrets:
13
+ RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
0 commit comments