Skip to content

Commit 6b1543a

Browse files
committed
auto-create releases
1 parent a1b16ea commit 6b1543a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,11 @@ jobs:
6363
- name: catalog
6464
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
6565
run: |
66-
make catalog-build catalog-push VERSION=${{ env.VERSION }}
66+
make catalog-build catalog-push VERSION=${{ env.VERSION }}
67+
68+
- name: createRelease
69+
if: startsWith(github.ref, 'refs/tags/v')
70+
uses: marvinpinto/[email protected]
71+
with:
72+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
73+
prerelease: false

0 commit comments

Comments
 (0)