needs setup

This commit is contained in:
Waylon Walker 2023-06-14 20:43:50 -05:00
parent 111ccd8f18
commit a01292b274
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload latest dist/
release:
depends-on: setup
needs: setup
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]