fix: ci (#2)
All checks were successful
ci / build (push) Successful in 32s
ci / publish (push) Successful in 13s

Reviewed-on: #2
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
This commit is contained in:
Matthew McPeak 2026-06-11 17:06:26 -04:00 committed by Matthew McPeak
parent f03f34f12e
commit 9932bc74aa

View file

@ -42,6 +42,7 @@ jobs:
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4