Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Nov 24, 2020
1 parent 1f0af7c commit e65f6ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04 # newest available distribution, aka focal
if: "!contains(github.event.head_commit.message, 'maven-release-plugin')"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This repo uses semantic versions. Please keep this in mind when choosing version
The `N.M.L` tag triggers [`build-bin/deploy`](build-bin/deploy), which does the following:
* Publishes jars to https://oss.sonatype.org/content/repositories/releases [`build-bin/maven/maven_deploy`](build-bin/maven/maven_deploy)
* Later, the same jars synchronize to Maven Central
* Pushes images to Docker registries [`build-bin/docker_push`](build-bin/docker_push)

Notes:
* https://search.maven.org/ index will take longer than direct links like https://repo1.maven.org/maven2/io/zipkin
Expand Down

0 comments on commit e65f6ab

Please sign in to comment.