Skip to content

Commit

Permalink
Upgrade pip in Release automation job (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk committed Feb 16, 2022
1 parent 9718fdc commit 67fd374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Build gstatus
run: |
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') make release
python -m pip install --upgrade pip
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') make release
- name: Upload install.sh file
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 67fd374

Please sign in to comment.