Skip to content

Commit 6ec9cd8

Browse files
authored
Update release_conda.yml
1 parent b5bfba4 commit 6ec9cd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_conda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25-
25+
with:
26+
fetch-depth: 0
2627
- name: Set up Miniconda
2728
uses: conda-incubator/setup-miniconda@v3
2829
with:
@@ -43,7 +44,7 @@ jobs:
4344

4445
- name: Upload package to Anaconda.org
4546
env:
46-
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
47+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
4748
run: |
4849
PACKAGE_FILE=$(conda build . --output)
4950
anaconda upload "$PACKAGE_FILE" --user ctlearn-project --label main --force

0 commit comments

Comments
 (0)