From ec8063f558bd90cc297c662fb8785e9010d77640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Corr=C3=A9?= Date: Mon, 29 Jul 2024 09:36:48 +0200 Subject: [PATCH] fix: typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 092d212..1c0f05c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PASSPHRASE }} working-directory: ./jvm run: | - sbt "project gatling-jvm-to-js-adapter" "release with-default" + sbt "project gatling-jvm-to-js-adapter" "release with-defaults" - name: Upload artifact uses: actions/upload-artifact@v4