Skip to content

Commit

Permalink
Excavator: Render CircleCI file using template specified in .circleci…
Browse files Browse the repository at this point in the history
…/template.sh (#376)
  • Loading branch information
svc-excavator-bot authored Dec 18, 2024
1 parent 33ca897 commit 895142e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-godel-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit 895142e

Please sign in to comment.