From cfa62ebc8b139eba3307b9683bb282a48eba38e8 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Fri, 28 Jun 2024 16:33:28 +0700 Subject: [PATCH] chore: temporary commit for test create Github release --- .github/workflows/tag-main-branch.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tag-main-branch.yaml b/.github/workflows/tag-main-branch.yaml index 7318ac9f..80fce3f2 100644 --- a/.github/workflows/tag-main-branch.yaml +++ b/.github/workflows/tag-main-branch.yaml @@ -90,6 +90,7 @@ jobs: run: | git tag $TAG_NAME git push origin $TAG_NAME + echo "done" - name: Create GitHub Release uses: ncipollo/release-action@v1