Fix publish

This commit is contained in:
zevaryx 2025-03-01 20:24:32 -07:00
parent 34d3a3d8b1
commit 11d5669556

View file

@ -11,7 +11,7 @@ env:
jobs:
build-and-publish:
runs-on: ubuntu-latest
if: !github.event.release.prerelease
if: "!github.event.release.prerelease"
steps:
- name: Check out repository
uses: actions/checkout@v4