Corrected typo

This commit is contained in:
Chapin Bryce 2020-10-15 08:39:01 -04:00
parent 667e529b52
commit 464aa7d4f9
No known key found for this signature in database
GPG Key ID: AF835C2DD0747B6C
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Show version
run: echo $RELEASE_VERSION && echo ${{ env.RELEASE_VERSION }}
run: echo $RELEASE_VERSION && echo ${{ env.RELEASE_VERSION }}
- name: Upgrade pip
run: |