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 03ed899 commit 907322eCopy full SHA for 907322e
1 file changed
.github/workflows/deploy_conda.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
+ fetch-tags: true
20
+ ref: main
21
22
- name: Setup Miniconda
23
uses: conda-incubator/setup-miniconda@v4.0.1
@@ -30,4 +32,4 @@ jobs:
30
32
uses: ./.github/actions/publish-package
31
33
34
label: main
- token: ${{ secrets.ANACONDA_API_TOKEN }}
35
+ token: ${{ secrets.ANACONDA_API_TOKEN }}
0 commit comments