From 895142e72975c7c4f2c7ee3d619e8faee05c798b Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:33:56 -0800 Subject: [PATCH] Excavator: Render CircleCI file using template specified in .circleci/template.sh (#376) --- .github/workflows/publish-godel-artifacts.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-godel-artifacts.yml b/.github/workflows/publish-godel-artifacts.yml index 4f9773f8..98a96a8e 100644 --- a/.github/workflows/publish-godel-artifacts.yml +++ b/.github/workflows/publish-godel-artifacts.yml @@ -3,7 +3,10 @@ # To manually manage the CircleCI configuration for this project, remove the .circleci/template.sh file. name: publish-godel-artifacts -on: push +on: + release: + types: + - created jobs: run-godel-publish: @@ -54,3 +57,4 @@ jobs: key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }} - run: ./godelw mod - run: ./godelw dist + - run: ./godelw publish github --add-v-prefix --api-url=$GITHUB_API_URL --user=palantir --repository=godel-okgo-asset-outparamcheck --token=${{ secrets.GITHUB_TOKEN }}