Skip to content

Commit

Permalink
build: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Apr 24, 2024
1 parent 6f2bee6 commit 871f08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/"

0 comments on commit 871f08a

Please sign in to comment.