Skip to content

Commit

Permalink
Merge pull request #437 from tablelandnetwork/bcalza/fixjsrelease
Browse files Browse the repository at this point in the history
fix: wrong input js release job
  • Loading branch information
brunocalza authored Jan 18, 2023
2 parents bfe36a4 + 0f36683 commit 93ff2ee
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 93ff2ee

Please sign in to comment.