Skip to content

Commit

Permalink
werking dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaffurn committed Sep 10, 2024
1 parent cdf7141 commit 83d0783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/temp-mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Set Version
run: mvn versions:set -DnewVersion=${{ github.ref_name }}
working-directory: ./jvm-runtime/ftl-runtime

- name: Build, Test, and Deploy to Maven Central
run: |

Check failure on line 31 in .github/workflows/temp-mvn-release.yml

View workflow job for this annotation

GitHub Actions / Lint

shellcheck reported issue in this script: SC2046:warning:1:6: Quote this to prevent word splitting [shellcheck]

Check failure on line 31 in .github/workflows/temp-mvn-release.yml

View workflow job for this annotation

GitHub Actions / Lint

shellcheck reported issue in this script: SC2005:style:1:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck]
Expand All @@ -35,6 +36,7 @@ jobs:
-P ossrh,sign-artifacts \
--batch-mode \
--settings .maven_settings.xml
working-directory: ./jvm-runtime/ftl-runtime
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 83d0783

Please sign in to comment.