Skip to content

Commit

Permalink
checkout (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Nov 16, 2021
1 parent 2704106 commit 61c0640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
python3 misc/save_new_version.py
env:
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
USERNAME: ${ secrets.METADATA_USERNAME }
PASSWORD: ${ secrets.METADATA_PASSWORD }
RELEASE_VERSION: ${{ GITHUB_REF#refs/*/ }}
USERNAME: ${{ secrets.METADATA_USERNAME }}
PASSWORD: ${{ secrets.METADATA_PASSWORD }}


#build_and_upload_linux:
Expand Down

0 comments on commit 61c0640

Please sign in to comment.