Skip to content

Commit

Permalink
actions: fetch flags to workaround checkout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
grampelberg committed Aug 23, 2024
1 parent 320e706 commit e252530
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: tags
run: git fetch --prune --unshallow --tags

- name: Install toolchain
run: |-
rustup show active-toolchain
Expand Down Expand Up @@ -86,8 +87,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: tags
run: git fetch --prune --unshallow --tags

- uses: taiki-e/install-action@v2
with:
tool: just,git-cliff
Expand Down

0 comments on commit e252530

Please sign in to comment.