Skip to content

Commit

Permalink
Fix repo owner in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR authored Oct 11, 2021
1 parent e7a448f commit 7054ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build Workflow Dispatch
uses: convictional/trigger-workflow-and-wait@v1.3.0
with:
owner: conor10
owner: web3j
repo: web3j
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow_file_name: build.yml
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Javadoc release
run: ./gradlew -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} core:gitPublishPush
run: ./gradlew -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} core:gitPublishPush

0 comments on commit 7054ab3

Please sign in to comment.