fix build on non-default branch
Mockband / build (push) Failing after 6s
Details
Mockband / build (push) Failing after 6s
Details
This commit is contained in:
parent
0ba9c0957a
commit
a3d8262e01
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue