Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from namehash/feat/add-nameparser
Browse files Browse the repository at this point in the history
fix: update release workflow
  • Loading branch information
FrancoAguzzi authored Mar 23, 2024
2 parents ddb437f + 8396233 commit d4f1dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
git diff --diff-filter=d --name-only HEAD HEAD~1 | grep -q "packages/ens-utils" && package_changed=true
echo "package_changed=${{ env.package_changed }}" >> $GITHUB_ENV
if: env.package_changed == 'false'
run: break
run: break
else:
run: cd packages/ens-utils
run: cd packages/ens-utils

- uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit d4f1dee

Please sign in to comment.