Skip to content

Commit d2132d2

Browse files
committed
pass correct secret name to publish workflow
1 parent c0fdde0 commit d2132d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
tag_name: ${{ inputs.tag_name || github.ref_name }}
6161
secrets:
62-
BCR_PUBLISH_TOKEN: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
62+
publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
6363

6464
##publish_pypi:
6565
## # We just want publish_pypi last, since once uploaded, it can't be changed.

0 commit comments

Comments
 (0)