Skip to content

Commit f27074d

Browse files
committed
ci: remove unnecessary fetch-tags options from checkout step in release native workflow
1 parent 8f7262c commit f27074d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-native.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
release_exists: ${{ steps.release_exists.outputs.result }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
with:
23-
fetch-tags: true
2422
- name: Read package.json
2523
id: read_package
2624
run: |

0 commit comments

Comments
 (0)