Skip to content

Commit 907322e

Browse files
Updated parameters for checkout (#1204)
* Updated parameters for checkout * Updated parameters for checkout (2)
1 parent 03ed899 commit 907322e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy_conda.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
19+
fetch-tags: true
20+
ref: main
1921

2022
- name: Setup Miniconda
2123
uses: conda-incubator/setup-miniconda@v4.0.1
@@ -30,4 +32,4 @@ jobs:
3032
uses: ./.github/actions/publish-package
3133
with:
3234
label: main
33-
token: ${{ secrets.ANACONDA_API_TOKEN }}
35+
token: ${{ secrets.ANACONDA_API_TOKEN }}

0 commit comments

Comments
 (0)