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.
2 parents 7e17714 + 957452b commit d6f9f8cCopy full SHA for d6f9f8c
.github/workflows/release.yml
@@ -20,18 +20,6 @@ jobs:
20
with:
21
fetch-depth: 0
22
token: ${{ secrets.GITHUB_TOKEN }}
23
- - name: Update CHANGELOG.md
24
- uses: orhun/git-cliff-action@v4
25
- with:
26
- args: --latest --prepend CHANGELOG.md
27
- version: ${{ github.ref_name }}
28
- git-commit: true
29
- git-push: true
30
- git-commit-message: "chore: update changelog for ${{ github.ref_name }}"
31
- git-user-name: "github-actions[bot]"
32
- git-user-email: "github-actions[bot]@users.noreply.github.com"
33
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- name: Determine if prerelease
36
run: |
37
if [[ "${{ github.ref_name }}" == *"-"* ]]; then
0 commit comments