Skip to content

Commit 23c742a

Browse files
committed
fix: pipeline test
1 parent 8d9aa43 commit 23c742a

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/bump-and-release.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,19 @@ jobs:
113113
NEW_VERSION=${{ steps.new_version.outputs.version }}
114114
TAG_NAME="v$NEW_VERSION"
115115
116-
echo "Pushing tag $TAG_NAME"
116+
npm version "$NEW_VERSION"
117+
118+
git push --follow-tags
119+
# - name: Push New Tag
120+
# run: |
121+
# NEW_VERSION=${{ steps.new_version.outputs.version }}
122+
# TAG_NAME="v$NEW_VERSION"
123+
124+
# echo "Pushing tag $TAG_NAME"
117125

118-
git tag -a "$TAG_NAME" -m "Release $TAG_NAME"
119-
# Token ถูก set ตั้งแต่ checkout แล้ว จึง push ได้เลย
120-
git push origin "$TAG_NAME"
126+
# git tag -a "$TAG_NAME" -m "Release $TAG_NAME"
127+
# # Token ถูก set ตั้งแต่ checkout แล้ว จึง push ได้เลย
128+
# git push origin "$TAG_NAME"
121129

122130
- name: Create GitHub Release
123131
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)