Skip to content

Commit

Permalink
fix: Remove unnecessary conditional statement in boilerplate-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 9, 2024
1 parent 7d462fe commit 7c39361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/boilerplate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
publish:
if: !github.event.release.prerelease
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7c39361

Please sign in to comment.