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 (#342)
  • Loading branch information
svc-excavator-bot authored Dec 18, 2024
1 parent 4e58c17 commit 97332d8
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-mod-plugin --token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97332d8

Please sign in to comment.