Skip to content

Commit e2d103c

Browse files
authored
1 parent 4753528 commit e2d103c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/discord-build-notifier.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
fetch-tags: true
3333
if: inputs.build_number == '???'
3434

35+
- name: Work around actions/checkout#2041
36+
run: git fetch --tags
37+
3538
- name: Get git commit description
3639
# language=bash
3740
run: |

0 commit comments

Comments
 (0)