Skip to content

Commit

Permalink
fix: check only commits since last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 1, 2024
1 parent 195f4d0 commit 3db6c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
check-latest-tag-only: true


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocogitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Perform release
uses: actions/checkout@v3
with:
fetch-depth: 0
check-latest-tag-only: true

- name: Cocogitto release
id: release
Expand Down

0 comments on commit 3db6c16

Please sign in to comment.