From 39ca5e966fca4c6c7790674a18730524e56e2509 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 10 Apr 2021 14:21:13 -0500 Subject: [PATCH] fix actions typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |