Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jul 25, 2023
1 parent a33cd23 commit 11e420e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
run: |
export CORE_CONDUCTOR_VERSION=${{ inputs.version }}
echo "Building against Conductor core version $CORE_CONDUCTOR_VERSION"
sed -i "s/revConductor = 'latest.release'/revConductor = '$CORE_CONDUCTOR_VERSION'/g" dependencies.gradle
git commit
git push
# ./gradlew -Prelease.useLastTag=true final --scan
./gradlew -Prelease.useLastTag=true final --scan
env:
NETFLIX_OSS_SONATYPE_USERNAME: ${{ secrets.ORG_SONATYPE_USERNAME }}
NETFLIX_OSS_SONATYPE_PASSWORD: ${{ secrets.ORG_SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 11e420e

Please sign in to comment.