Skip to content

Commit

Permalink
remove should-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
s1adem4n committed Jul 30, 2023
1 parent a79a2e6 commit 30187d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
if pnpm run should-semantic-release ; then
pnpm release-it --verbose
fi
pnpm release-it --verbose
- if: always()
name: Recreate branch protection on main
uses: actions/github-script@v6.4.1
Expand Down

0 comments on commit 30187d8

Please sign in to comment.