diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ad835d..6b04e7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ permissions: jobs: release: - if: github.repository == 'gatling/gatling-shared-util' + if: github.repository == 'gatling/gatling-shared-cli' runs-on: ubuntu-latest timeout-minutes: 60 env: @@ -49,4 +49,4 @@ jobs: run: sbt "release with-defaults" - name: Message - run: echo "Do NOT forget to release the staging repository on https://oss.sonatype.org/" + run: echo "Do NOT forget to release the staging repository on https://s01.oss.sonatype.org/"