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 #10 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 d4f1dee + 69d3848 commit 33de138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
package_changed=false
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
- name: Stop release process if no changes were made into ens-utils package
if: env.package_changed == 'false'
run: break
else:
Expand Down

0 comments on commit 33de138

Please sign in to comment.