Skip to content

Commit 7dbf69c

Browse files
committed
debugging conda workflow
1 parent de35615 commit 7dbf69c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,15 @@ jobs:
129129
130130
git config --local user.email "github-actions[bot]@users.noreply.github.com"
131131
git config --local user.name "github-actions[bot]"
132+
133+
git tag -d v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
132134
git tag "conda-${{ needs.version_check.outputs.PCAPKIT_VERSION }}+0" -m"Conda Build"
133135
134136
- name: Push Tag
135137
uses: ad-m/github-push-action@master
136138
with:
137139
github_token: ${{ secrets.PYPCAPKIT }}
140+
atomic: false
138141
tags: true
139142

140143
pypi:

0 commit comments

Comments
 (0)