소스 검색

fix draft-release.yml

Yuki Takei 2 년 전
부모
커밋
3edf1c8780
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/draft-release.yml

+ 1 - 1
.github/workflows/draft-release.yml

@@ -63,7 +63,7 @@ jobs:
           GITHUB_REF_NAME=${{ github.ref_name }}
           WILDCARD_VERSION=${GITHUB_REF_NAME#dev/}
           # set "release/current" or "release/X.X.x" to BASE_BRANCH
-          BASE_BRANCH=release/${{ github.ref_name == 'master' && 'current' || $WILDCARD_VERSION }}
+          BASE_BRANCH=release/${{ github.ref_name == 'master' && 'current' || '$WILDCARD_VERSION' }}
           echo "BASE_BRANCH=$BASE_BRANCH" >> $GITHUB_OUTPUT
 
       - name: Create/Update Pull Request