Skip to content

Commit

Permalink
Take maven out of the equation
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 2, 2023
1 parent 65cba40 commit dbd2015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: create-repo
run: "mvn -B --settings mvnsettings.xml nexus-staging:rc-open -DserverId=ossrh -DnexusUrl=https://oss.sonatype.org/ -DstagingProfileId=72c1cc10566951 -DopenedRepositoryMessageFormat='\nrepo=%s' | grep 'repo=' >> $GITHUB_OUTPUT"
run: "echo 'repo=abc' >> $GITHUB_OUTPUT"
echo-repo:
env:
STAGING: ${{ needs.create-staging-repo.outputs.staging-repo }}
Expand Down

0 comments on commit dbd2015

Please sign in to comment.