We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa05631 commit 4ad285cCopy full SHA for 4ad285c
.github/workflows/ci-cd.yml
@@ -345,18 +345,21 @@ jobs:
345
346
steps:
347
- name: Checkout Repository
348
+ if: startsWith(github.ref, 'refs/tags/')
349
uses: actions/checkout@v2
350
with:
351
submodules: recursive
352
token: ${{ secrets.CHECKOUT_TOKEN }}
353
354
- name: Build Changelog
355
id: github_release
356
357
uses: mikepenz/release-changelog-builder-action@v1
358
env:
359
GITHUB_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
360
361
- name: Create Release
362
363
uses: actions/create-release@v1
364
365
tag_name: ${{ github.ref }}
0 commit comments