We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e1960 commit a9c2baeCopy full SHA for a9c2bae
.github/workflows/tag_from_sdk.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
12
+ with:
13
+ fetch-depth: 0 # Check out everything to be able to tag.
14
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
15
with:
16
sdk: stable
0 commit comments