Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cescorihuela authored Feb 14, 2024
1 parent 7c52c12 commit 90142e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.0.0
- name: Create new patch release
run: .github/scripts/release.py
run: python .github/scripts/release.py
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 90142e2

Please sign in to comment.