Skip to content

Commit

Permalink
fix: revert hardcode release values
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Jul 24, 2024
1 parent a0e3844 commit 7b6557b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PASSPHRASE }}
working-directory: ./jvm
run: |
sbt "project gatling-jvm-to-js-adapter" "compile"
sbt "project gatling-jvm-to-js-adapter" "release with-default"
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
id: version
run: |
#version="$(cat jvm/adapter/target/release-info)"
echo "version=3.11.6"
echo "version=3.11.6" >> $GITHUB_OUTPUT
echo "version=$version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Deploy JS packages
env:
Expand Down

0 comments on commit 7b6557b

Please sign in to comment.