diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b8e13ea7..169d23186 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.merged == true && github.ref_name || github.head_ref }} + ref: ${{ github.event.pull_request.merged == false && github.head_ref }} - uses: pnpm/action-setup@v2 with: version: 8.4.0 diff --git a/packages/casl-angular/src/public.ts b/packages/casl-angular/src/public.ts index bf04e26eb..99de49414 100644 --- a/packages/casl-angular/src/public.ts +++ b/packages/casl-angular/src/public.ts @@ -1,4 +1,3 @@ export * from './pipes'; export * from './AbilityModule'; export * from './AbilityService'; -// debug release