We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f19ce commit 36435f3Copy full SHA for 36435f3
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- 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
14
- name: Install Flutter
15
uses: subosito/flutter-action@v2
16
with:
0 commit comments