We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c832db commit 2b1b619Copy full SHA for 2b1b619
.github/workflows/cron-conda.yml
@@ -88,6 +88,8 @@ jobs:
88
token: ${{ secrets.PYPCAPKIT }}
89
fetch-depth: 0
90
91
+ - run: git checkout HEAD^
92
+
93
- name: Create Tag
94
run: |
95
set -x
@@ -96,10 +98,11 @@ jobs:
96
98
git config --local user.name "github-actions[bot]"
97
99
git tag "conda-${{ needs.conda-update.outputs.PCAPKIT_VERSION }}+${{ needs.conda-update.outputs.PCAPKIT_BUILD }}" -m"Conda Build"
100
- - name: Push Changes
101
+ - name: Push Tag
102
uses: ad-m/github-push-action@master
103
with:
104
github_token: ${{ secrets.PYPCAPKIT }}
105
+ atomic: false
106
tags: true
107
108
conda-dist:
0 commit comments