Skip to content

Commit ae0c19f

Browse files
committed
git fetch --tags
1 parent d0f2210 commit ae0c19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Check for Tag
8383
id: slug_exists
8484
run: |
85-
git fetch --all
85+
git fetch --tags
8686
TAG="${{ steps.meta.outputs.release_slug}}"
8787
if git show-ref --tags --verify --quiet "refs/tags/${TAG}"; then
8888
echo "release_slug_exists=true" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)