Skip to content

Commit

Permalink
fix python setup in release GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Sep 18, 2023
1 parent 33b9b95 commit bfe4818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
- name: Set up Python 2.7.18
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
python-version: 2.7.18
- name: Set up Java 11
uses: actions/setup-java@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
- name: Set up Python 2.7.18
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
python-version: 2.7.18
- name: Set up Java 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit bfe4818

Please sign in to comment.