We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2578704 commit 247ea58Copy full SHA for 247ea58
.github/workflows/ci-release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "OWNER=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
36
- name: set git tag
37
run: echo "GIT_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
38
- - if: env.TARGET == 'remotes/origin/master'
+ - if: contains(env.TARGET, 'remotes/origin/master')
39
env:
40
FROM_TAG_PREFIX: staging-github
41
name: deploy
0 commit comments