Skip to content

Commit

Permalink
ci: ignore conventional commit check for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 22, 2024
1 parent b7812c3 commit 2eeae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
# version publish steps are managed by cocogitto, see `cog.toml`
# and https://github.com/oknozor/cocogitto-action for more info
- uses: cocogitto/cocogitto-action@v3
- uses: cocogitto/cocogitto-action@v3.5
id: release
with:
check-latest-tag-only: true
# check-latest-tag-only: true
release: true
git-user: github-actions
git-user-email: [email protected]
Expand Down

0 comments on commit 2eeae7a

Please sign in to comment.