We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34954a commit bb9d64bCopy full SHA for bb9d64b
.github/workflows/python-library-rc.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: ✅ Run Script
43
env:
44
- FTP_HOST: ${{ $NEW_TAG }}
+ NEW_TAG: ${{ env.NEW_TAG }}
45
run: |
46
python ./.github/python-library-rc.py
47
0 commit comments