Skip to content

Commit

Permalink
fix: add run?
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 11, 2023
1 parent 9fc9a87 commit 27a360b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-contracts-abi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
- name: 'Install packages'
run: yarn

- run: cd packages/protocol

- name: 'Check if a release should be published'
id: is_contract_relase
run: yarn --silent is_contract_release $GITHUB_TAG >> "$GITHUB_ENV"
run: yarn run --silent is_contract_release $GITHUB_TAG >> "$GITHUB_ENV"
env:
GITHUB_TAG: ${{ github.ref_name }}

Expand Down

0 comments on commit 27a360b

Please sign in to comment.