Skip to content

Commit 434e4ef

Browse files
authored
Update create-release.yml
1 parent a434d6f commit 434e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
git config --local user.email "github-actions[bot]@users.noreply.github.com"
131131
git config --local user.name "github-actions[bot]"
132132
133-
git tag -d v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
133+
git tag -d v${{ needs.version_check.outputs.PCAPKIT_VERSION }} || true
134134
git tag "conda-${{ needs.version_check.outputs.PCAPKIT_VERSION }}+0" -m"Conda Build"
135135
136136
- name: Push Tag

0 commit comments

Comments
 (0)