Skip to content

Commit

Permalink
invalid argument in java release yaml (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored Nov 23, 2021
1 parent ee21e13 commit 2b72112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
branch: main
- name: Publish package
run: |
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }} --package-version=${{ github.event.inputs.packageVersion }}
python ../devops/build_sdks.py --package-version=${{ github.event.inputs.packageVersion }}
gradle publish
working-directory: java
env:
Expand Down

0 comments on commit 2b72112

Please sign in to comment.