Update .forgejo/workflows/dmsbg-100.yml
This commit is contained in:
parent
f4baefee50
commit
689fa587c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
TAG_REF=${GITHUB_REF#refs/tags/}
|
||||
IFS='.' read -ra VERSION <<< "${TAG_REF#v}"
|
||||
PATCH_VERSION=${VERSION[2]}
|
||||
if [[ $PATCH_VERSION -eq 0 || $PATCH_VERSION -eq 5 ]]; then
|
||||
if [[ $PATCH_VERSION -eq 0 ]]; then
|
||||
echo "ENVIRONMENT=master" >> $GITHUB_ENV
|
||||
echo "cache-prefix=master" >> $GITHUB_ENV
|
||||
echo "::set-output name=cache-prefix::master"
|
||||
|
|
Loading…
Reference in a new issue