Skip to content

Commit 40f3f96

Browse files
committed
gh-actions: trigger jitpack build
1 parent 9a90d7a commit 40f3f96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
- name: 🏗️ Make
4545
id: make
4646
run: |
47+
# 10 chars of the commit sha
48+
VCSVER="${GITHUB_SHA:0:10}"
49+
# GET triggers a build; api: docs.jitpack.io/api/#builds
50+
curl https://jitpack.io/api/builds/com.github.celzero/firestack/${VCSVER} | jq || true
51+
4752
# outputs firestack.aar and firestack-debug.aar; also see: "Obj" below
4853
./make-aar nogo debug
4954
shell: bash
@@ -275,6 +280,8 @@ jobs:
275280
'{subjects:$subjects,artifactId:$artifactId,artifactName:$artifactName,path:$path,digest:$digest}'
276281
)
277282
283+
# api: docs.jitpack.io/api/#builds
284+
curl https://jitpack.io/api/builds/com.github.celzero/firestack/${VCSVER} | jq || true
278285
# print sbominfo and subjects
279286
echo "== Subjects =="
280287
jq . <<<${subjects}

0 commit comments

Comments
 (0)