Skip to content

Commit

Permalink
feat!: add new checkout version
Browse files Browse the repository at this point in the history
the breaking change was added in v2.8.0 with the new folder structure but old checkout action didn't trigger a new major release
  • Loading branch information
BernhardBaumrock committed May 6, 2024
1 parent 9442071 commit aad8186
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3.7.1
uses: TriPSs/conventional-changelog-action@v5.1.0
with:
preset: "conventionalcommits"
github-token: ${{ secrets.github_token }}

- name: create release
Expand Down

0 comments on commit aad8186

Please sign in to comment.