Skip to content

Commit

Permalink
main: release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
livesalmonbrain committed May 15, 2022
1 parent 773f9f5 commit a860a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
SPARK_VERSION: ${{ matrix.spark-version }}
run: ./gradlew :ruleofthumb:build :ruleofthumb:publishToMavenLocal -PscalaVersion=$SCALA_VERSION -PsparkVersion=$SPARK_VERSION
- name: Release to Maven Central
run: ./gradlew :ruleofthumb:publishToSonatype :ruleofthumb:closeAndReleaseStagingRepository -i -PscalaVersion=$SCALA_VERSION -PsparkVersion=$SPARK_VERSION
run: ./gradlew :ruleofthumb:publishToSonatype closeAndReleaseStagingRepository -i -PscalaVersion=$SCALA_VERSION -PsparkVersion=$SPARK_VERSION
env:
SCALA_VERSION: ${{ matrix.scala-version }}
SPARK_VERSION: ${{ matrix.spark-version }}
Expand Down

0 comments on commit a860a9c

Please sign in to comment.