Skip to content

Commit 93ec9af

Browse files
committed
chore: reduce fetch time for publish workflow
1 parent 9afdfbd commit 93ec9af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:
33-
ref: ${{ github.event.inputs.ref || github.ref }}
33+
filter: blob:none
3434
fetch-depth: 0
35+
fetch-tags: true
3536

3637
- name: Setup Node
3738
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)