Skip to content

Commit 76ff353

Browse files
committed
ci: update build action
1 parent 9cd2c92 commit 76ff353

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mike-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919
- name: Split branch name
20-
env:
21-
BRANCH: ${{ github.ref_name }}
22-
id: split
23-
run: echo "version=${BRANCH##*/}" >> $GITHUB_OUTPUT
20+
env:
21+
BRANCH: ${{ github.ref_name }}
22+
id: split
23+
run: echo "version=${BRANCH##*/}" >> $GITHUB_OUTPUT
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)