Make workflow stages less ambigious

This commit is contained in:
Oleksii Holub 2022-08-13 04:13:09 -07:00 committed by GitHub
parent e8f8c47dbd
commit 6f87960513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ jobs:
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
publish: package:
needs: test needs: test
runs-on: windows-latest runs-on: windows-latest
@ -73,7 +73,7 @@ jobs:
deploy: deploy:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
needs: publish needs: package
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: