Skip to content

Commit a2fe3e0

Browse files
committed
♻️ add automated release creation
1 parent 2713342 commit a2fe3e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/push-main-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ jobs:
1515
tag:
1616
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
1717
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

Comments
 (0)