Skip to content

Commit

Permalink
fix github actions upload
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Aug 28, 2022
1 parent 227bf52 commit 011ec73
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 @@ -48,7 +48,7 @@ jobs:
asset_paths: '["./build/libs/*.jar"]'

- name: Publish to Github Packages
run: gradle -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
run: ./gradlew -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_KEY: ${{ secrets.GPR_KEY }}
Expand Down

0 comments on commit 011ec73

Please sign in to comment.