fix actions typo

This commit is contained in:
Umputun
2021-04-10 14:21:13 -05:00
parent a1c4f2587b
commit 39ca5e966f

View File

@@ -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: |