Skip to content

Commit

Permalink
fix: debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Jul 14, 2024
1 parent a0fd480 commit 51b0f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/casl-angular/src/public.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './pipes';
export * from './AbilityModule';
export * from './AbilityService';
// debug release

0 comments on commit 51b0f2e

Please sign in to comment.