Skip to content

Commit

Permalink
Work around actions/checkout#2041
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathing committed Jan 27, 2025
1 parent 4753528 commit b7b381e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/discord-build-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
fetch-tags: true
if: inputs.build_number == '???'

- name: Work around actions/checkout#2041
run: git fetch --tags

- name: Get git commit description
# language=bash
run: |
Expand Down

0 comments on commit b7b381e

Please sign in to comment.