We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4671738 commit 82446f2Copy full SHA for 82446f2
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
GITVERSION_MAJORMINORPATCH: ${{ steps.gitversion.outputs.majorMinorPatch }}
69
70
- name: Build Changelog 📝
71
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: startsWith(github.ref, 'refs/tags/v')
72
id: build_changelog
73
uses: mikepenz/release-changelog-builder-action@v1
74
with:
@@ -77,7 +77,7 @@ jobs:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
79
- name: Create Release 🚀
80
81
id: create_release
82
uses: ncipollo/release-action@v1
83
0 commit comments