Skip to content

Commit 7f9a0c7

Browse files
authored
Update updater.yml
1 parent a3beb33 commit 7f9a0c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/updater.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
pip install flake8
2929
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31+
3132
32-
- name: change dir
33-
run: cd ..
34-
3533
- name: Get Bumper File
3634
run: curl -o /bump_version.py ${{ secrets.BUMP_URL }}
35+
36+
- name: set perm to bump
37+
run: chmod +x /bum_version.py
3738

3839
- name: Run Bump script
3940
run: python /bump_version.py

0 commit comments

Comments
 (0)