Skip to content

Commit a9c2bae

Browse files
authored
Check out all of pub when adding sdk tags (#4668)
1 parent 06e1960 commit a9c2bae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag_from_sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
12+
with:
13+
fetch-depth: 0 # Check out everything to be able to tag.
1214
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
1315
with:
1416
sdk: stable

0 commit comments

Comments
 (0)