We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2713342 commit a2fe3e0Copy full SHA for a2fe3e0
1 file changed
.github/workflows/push-main-branch.yml
@@ -15,3 +15,7 @@ jobs:
15
tag:
16
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
17
needs: test_units
18
+ release:
19
+ uses: mindee/client-lib-actions/.github/workflows/create-release.yml@main
20
+ needs: tag
21
+ secrets: inherit
0 commit comments