-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the Play Routes Compiler CLI back into this repo and improve too…
…lchains
- Loading branch information
Showing
39 changed files
with
9,658 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,24 @@ jobs: | |
- run: ./test/run_all_tests.sh ci | ||
- run: ./scripts/gen-docs.sh && git diff --exit-code docs/ | ||
- run: bazel shutdown | ||
|
||
publish: | ||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') | ||
needs: build-and-test | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
- uses: bazel-contrib/[email protected] | ||
with: | ||
bazelisk-version: 1.20.0 | ||
- run: cat .bazelrc.ci >> .bazelrc | ||
- name: Import gpg keys | ||
run: echo "$PGP_SECRET" | base64 --decode | gpg --import | ||
env: | ||
PGP_SECRET: ${{ secrets.PGP_SECRET }} | ||
- name: Publish to Maven | ||
run: ./scripts/publish.sh | ||
env: | ||
MAVEN_USER: ${{ secrets.SONATYPE_USERNAME }} | ||
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.