Skip to content

Commit 36435f3

Browse files
committed
ci: fetch tags in CI to stop melos from generating duplicated changelogs
1 parent 78f19ce commit 36435f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
with:
13+
fetch-depth: 0 # we need tags for melos, no better option ATM but check https://github.com/actions/checkout/issues/701
1214
- name: Install Flutter
1315
uses: subosito/flutter-action@v2
1416
with:

0 commit comments

Comments
 (0)