Skip to content

Commit d6f9f8c

Browse files
authored
Merge pull request #3 from d-oit/develop
Fix release workflow and CI issues
2 parents 7e17714 + 957452b commit d6f9f8c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
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 }}
3523
- name: Determine if prerelease
3624
run: |
3725
if [[ "${{ github.ref_name }}" == *"-"* ]]; then

0 commit comments

Comments
 (0)