fix build on non-default branch
Mockband / build (push) Failing after 6s Details

This commit is contained in:
Neale Pickett 2024-01-04 22:19:58 -07:00
parent 0ba9c0957a
commit a3d8262e01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
PACKAGE_API_TOKEN: ${PACKAGE_API_TOKEN}
steps:
- name: check out repository
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
run: git clone -b $GITHUB_REF_NAME $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: build
run: .gitea/build.sh
- name: publish