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 }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload latest dist/ run: gh release upload latest dist/
release: release:
depends-on: setup needs: setup
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]