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 a1b16ea commit 6b1543aCopy full SHA for 6b1543a
.github/workflows/build.yaml
@@ -63,4 +63,11 @@ jobs:
63
- name: catalog
64
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
65
run: |
66
- make catalog-build catalog-push VERSION=${{ env.VERSION }}
+ 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