소스 검색

Push tag in release workflow

Issue gh-11023
Eleftheria Stein 3 년 전
부모
커밋
eba091bad5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/release-next-version.yml

+ 1 - 0
.github/workflows/release-next-version.yml

@@ -108,6 +108,7 @@ jobs:
           git commit -am "Release $updatedVersion"
           git tag $updatedVersion
           git push
+          git push origin $updatedVersion
   notify_result:
     name: Check for failures
     needs: [release]