Skip to content

Commit

Permalink
Merge b5a4e8f into 5833c30
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Mar 10, 2021
2 parents 5833c30 + b5a4e8f commit 3b1e525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-maven-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
run: |
PROJECT_VERSION="${{ github.event.inputs.scala-version }}"
PROJECT_VERSION="${{ github.event.inputs.project-version }}"
PROJECT_VERSION="${PROJECT_VERSION/v}"
BINTRAY_SUBJECT=kevinlee
BINTRAY_REPO=maven
Expand Down

0 comments on commit 3b1e525

Please sign in to comment.