fix syntax error

This commit is contained in:
Andrew Cassidy 2024-08-21 22:39:51 -07:00
parent fe3bd2f604
commit 76d2d55af8

View File

@ -46,7 +46,7 @@ jobs:
deploy: deploy:
needs: test needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4