We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd2c92 commit 76ff353Copy full SHA for 76ff353
1 file changed
.github/workflows/mike-deploy.yml
@@ -17,10 +17,10 @@ jobs:
17
with:
18
python-version: '3.x'
19
- name: Split branch name
20
- env:
21
- BRANCH: ${{ github.ref_name }}
22
- id: split
23
- run: echo "version=${BRANCH##*/}" >> $GITHUB_OUTPUT
+ env:
+ BRANCH: ${{ github.ref_name }}
+ id: split
+ run: echo "version=${BRANCH##*/}" >> $GITHUB_OUTPUT
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip setuptools wheel
0 commit comments