We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e8e2e commit 87cb4b5Copy full SHA for 87cb4b5
1 file changed
canary-release/action.yml
@@ -63,6 +63,8 @@ runs:
63
- name: Build & upload package
64
id: build
65
shell: bash -l {0}
66
+ env:
67
+ BINSTAR_API_TOKEN: ${{ inputs.anaconda-org-token }}
68
run: |
69
echo "::group::Setting up environment"
70
set -euo pipefail
@@ -103,7 +105,6 @@ runs:
103
105
if [[ "${{ inputs.upload }}" == "true" ]]; then
104
106
echo "::group::Uploading package"
107
anaconda \
- --token="${{ inputs.anaconda-org-token }}" \
108
upload \
109
--force \
110
--register \
0 commit comments