fix: CI
Some checks failed
ci / build (push) Successful in 32s
ci / publish (push) Failing after 34s

This commit is contained in:
Matthew McPeak 2026-06-11 16:43:57 -04:00
parent 04acb7226d
commit bb7d0ec241
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

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