Skip to content

Commit c66b9b7

Browse files
authored
chore: update the dart publishing logic
Signed-off-by: Michael Beemer <[email protected]>
1 parent 8f37d98 commit c66b9b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
steps:
4444
- name: Checkout
4545
uses: actions/checkout@v4
46-
with:
47-
fetch-depth: 0
48-
ref: ${{ needs.release-please.outputs.release_tag_name }}
49-
5046
- uses: dart-lang/setup-dart@v1
5147
- name: Install dependencies
5248
run: dart pub get

0 commit comments

Comments
 (0)