From 23631f017db92b7c4b34a2b0a74bde81195dc563 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Sun, 23 May 2021 21:45:07 +0700 Subject: [PATCH] fix(ci): wrong operator --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aeef292..c89abb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,7 +95,7 @@ jobs: run: wget https://github.com/official-human/nonicons-font/raw/main/PKGBUILD - name: Update action.yml to use edge tagged container image - if: ${{ github.event_name == 'pull_request' || github.ref ~= 'refs/tags/*' }} + if: ${{ github.event_name == 'pull_request' || github.ref != 'refs/tags/*' }} run: | sed -i 's/.*image\:.*/ image\: \"ghcr.io\/${{ github.repository_owner }}\/${{ github.event.repository.name }}\:edge\"/' action.yml cat action.yml