Skip to content

Commit

Permalink
Merge pull request #86 from esc/fix_upload_tag_anaconda
Browse files Browse the repository at this point in the history
fix the label for uploading tags
  • Loading branch information
sklam authored Jun 30, 2022
2 parents 7714fce + 80a2052 commit 39ae0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Determine label
if: contains(github.ref, 'refs/tags/')
run: |
echo "AC_LABEL=numba/label/dev" >> $GITHUB_ENV
echo "AC_LABEL=main" >> $GITHUB_ENV
- name: Deploy to Anaconda Cloud
shell: bash -l {0}
# workaround issues with setup-miniconda an anaconda-client
Expand Down

0 comments on commit 39ae0b9

Please sign in to comment.