Skip to content

Commit

Permalink
Migrate away from deprecated output format
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 2, 2023
1 parent 970209a commit af81dac
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- id: create-repo
if: startsWith(github.ref, 'refs/tags/v') == true
run: "mvn -B --settings mvnsettings.xml nexus-staging:rc-open -DserverId=ossrh -DnexusUrl=https://oss.sonatype.org/ -DstagingProfileId=72c1cc10566951 -DopenedRepositoryMessageFormat='\n::set-output name=repo::%s'"
run: mvn -B --settings mvnsettings.xml nexus-staging:rc-open -DserverId=ossrh -DnexusUrl=https://oss.sonatype.org/ -DstagingProfileId=72c1cc10566951 -DopenedRepositoryMessageFormat='repo=%s' >> "$GITHUB_OUTPUT"
build-native:
name: Build native libs
needs: create-staging-repo
Expand Down

0 comments on commit af81dac

Please sign in to comment.