Update release.yaml

This commit is contained in:
uazo 2022-01-17 17:50:12 +01:00 committed by GitHub
parent 71d813bbb6
commit dda16bfaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -52,11 +52,11 @@ jobs:
wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
tar xfz gh_2.4.0_linux_amd64.tar.gz
- name: Checkout 'uazo/bromite' ${{ env.BRANCH }}
- name: Checkout 'uazo/buildtools'
uses: actions/checkout@v2
with:
repository: 'uazo/bromite'
ref: ${{ github.event.inputs.rtag }}
repository: 'uazo/buildtools'
#ref: ${{ github.event.inputs.rtag }}
path: 'bromite'
fetch-depth: 1