Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit bfe23b4

Browse files
authored
Merge pull request #365 from opensafely-core/steve/fix-tag-new-release
Fetch all commits when tagging new release
2 parents 9a457bc + 89e4776 commit bfe23b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
steps:
6060
- uses: actions/checkout@v4
61+
with:
62+
fetch-depth: 0
6163
- name: Tag new release
6264
run: |
6365
# ignore failures here to avoid merges into main without version

0 commit comments

Comments
 (0)