Skip to content

Commit 2b1b619

Browse files
committed
debugging conda workflow (windows)
1 parent 5c832db commit 2b1b619

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cron-conda.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
token: ${{ secrets.PYPCAPKIT }}
8989
fetch-depth: 0
9090

91+
- run: git checkout HEAD^
92+
9193
- name: Create Tag
9294
run: |
9395
set -x
@@ -96,10 +98,11 @@ jobs:
9698
git config --local user.name "github-actions[bot]"
9799
git tag "conda-${{ needs.conda-update.outputs.PCAPKIT_VERSION }}+${{ needs.conda-update.outputs.PCAPKIT_BUILD }}" -m"Conda Build"
98100
99-
- name: Push Changes
101+
- name: Push Tag
100102
uses: ad-m/github-push-action@master
101103
with:
102104
github_token: ${{ secrets.PYPCAPKIT }}
105+
atomic: false
103106
tags: true
104107

105108
conda-dist:

0 commit comments

Comments
 (0)