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

Commit 11e420e

Browse files
committed
update publish
1 parent a33cd23 commit 11e420e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929
run: |
3030
export CORE_CONDUCTOR_VERSION=${{ inputs.version }}
3131
echo "Building against Conductor core version $CORE_CONDUCTOR_VERSION"
32-
sed -i "s/revConductor = 'latest.release'/revConductor = '$CORE_CONDUCTOR_VERSION'/g" dependencies.gradle
33-
git commit
34-
git push
35-
# ./gradlew -Prelease.useLastTag=true final --scan
32+
./gradlew -Prelease.useLastTag=true final --scan
3633
env:
3734
NETFLIX_OSS_SONATYPE_USERNAME: ${{ secrets.ORG_SONATYPE_USERNAME }}
3835
NETFLIX_OSS_SONATYPE_PASSWORD: ${{ secrets.ORG_SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)