From 93e2163810f7819e9d876c8e4cbcff7256c6823a Mon Sep 17 00:00:00 2001 From: ohmjezzer Date: Sun, 23 Nov 2025 18:17:45 +0700 Subject: [PATCH] fix: test --- .github/workflows/bump-and-release.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/bump-and-release.yml b/.github/workflows/bump-and-release.yml index 741e521..f99927d 100644 --- a/.github/workflows/bump-and-release.yml +++ b/.github/workflows/bump-and-release.yml @@ -108,8 +108,6 @@ jobs: echo "Strategy: Patch bump (Hotfix)" fi - - # === DEVELOPMENT === elif [ "$TARGET_BRANCH" == "development" ]; then if [[ "$SOURCE_BRANCH" == feat/* && "$SAME_TAG" == "true" ]]; then @@ -134,20 +132,12 @@ jobs: run: | NEW_VERSION=${{ steps.new_version.outputs.version }} TAG_NAME="v$NEW_VERSION" + + ls -la npm version "$NEW_VERSION" git push --follow-tags - # - name: Push New Tag - # run: | - # NEW_VERSION=${{ steps.new_version.outputs.version }} - # TAG_NAME="v$NEW_VERSION" - - # echo "Pushing tag $TAG_NAME" - - # git tag -a "$TAG_NAME" -m "Release $TAG_NAME" - # # Token ถูก set ตั้งแต่ checkout แล้ว จึง push ได้เลย - # git push origin "$TAG_NAME" - name: Create GitHub Release uses: softprops/action-gh-release@v2