diff --git a/.github/workflows/release-or-version-pr.yml b/.github/workflows/release-or-version-pr.yml index d1f0109..6eedffd 100644 --- a/.github/workflows/release-or-version-pr.yml +++ b/.github/workflows/release-or-version-pr.yml @@ -11,7 +11,7 @@ env: jobs: release: # Basic security: the release job can only be executed from this repo and from the main branch (not a remote thing) - if: ${{ github.repository == 'hyperse/antd' && contains('refs/heads/main',github.ref)}} + if: ${{ github.repository == 'hyperse-io/antd' && contains('refs/heads/main',github.ref)}} name: Release and changelog runs-on: ubuntu-latest steps: diff --git a/constraints.pro b/constraints.pro index e379aa0..beeab0c 100644 --- a/constraints.pro +++ b/constraints.pro @@ -3,7 +3,7 @@ % reference for other constraints: https://github.com/babel/babel/blob/main/constraints.pro % Enforces the license in all public workspaces while removing it from private workspaces -gen_enforced_field(WorkspaceCwd, 'license', 'SEE LICENSE IN FILE 'LICENSE'') :- +gen_enforced_field(WorkspaceCwd, 'license', 'SEE LICENSE IN FILE \'LICENSE\'') :- \+ workspace_field(WorkspaceCwd, 'private', true). % Enforces that a dependency doesn't appear in both `dependencies` and `devDependencies`