Skip to content

Commit

Permalink
fix: wrong input js release job
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Calza <[email protected]>
  • Loading branch information
brunocalza committed Jan 18, 2023
1 parent bfe36a4 commit 0f36683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: ${{ success() }}
needs: [binaries]
steps:
- run: echo "release_version ${{ github.ref_name }}"
- run: echo "validator_version ${{ github.ref_name }}"

- name: PR to publish this release via the npm package
uses: actions/github-script@v6
Expand All @@ -90,7 +90,7 @@ jobs:
workflow_id: 'validator-update-pr.yml',
ref: 'main',
inputs: {
release_version: version
validator_version: version
}
};
Expand Down

0 comments on commit 0f36683

Please sign in to comment.