Skip to content

Commit

Permalink
Merge branch 'release/v1.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 18, 2023
2 parents 2bc43a3 + 90e86d9 commit 04f4a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: false
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
with:
body: ${{ steps.git-cliff.outputs.content }}

- name: Generate a full changelog
uses: orhun/git-cliff-action@v2
with:
config: cliff.toml
args: --verbose --output CHANGELOG.md

- name: Push new changelog
run: |
git checkout develop
Expand Down

0 comments on commit 04f4a4e

Please sign in to comment.