diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47eb292..e5a0f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: build and deploy image - if: ${{ github.ref == 'refs/heads/master' || startwith(github.ref, 'refs/tags/') }} + if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }} env: GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }} run: |