Skip to content

Commit 39fe39f

Browse files
committed
ci: force pull tags
1 parent 6770db8 commit 39fe39f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
uses: actions/checkout@v4.1.7
8181
with:
8282
persist-credentials: false
83+
84+
- name: Fetch all tags
85+
run: git fetch --force --tags origin
86+
8387
- name: Setup node
8488
uses: actions/setup-node@v4.0.2
8589
with:

0 commit comments

Comments
 (0)