Skip to content

Commit 247ea58

Browse files
authored
fix commit is not head of the branch
1 parent 2578704 commit 247ea58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "OWNER=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
3636
- name: set git tag
3737
run: echo "GIT_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
38-
- if: env.TARGET == 'remotes/origin/master'
38+
- if: contains(env.TARGET, 'remotes/origin/master')
3939
env:
4040
FROM_TAG_PREFIX: staging-github
4141
name: deploy

0 commit comments

Comments
 (0)