Skip to content

Commit c3c51f0

Browse files
Update release.yml
1 parent ac75f30 commit c3c51f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,8 @@ jobs:
126126
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
127127
--exact \
128128
--no-push \
129-
--no-git-tag-version \
130129
--allow-branch ${{ github.ref_name }}
131130
132-
git add .
133-
git commit -m "chore: release snapshot version"
134-
135131
- name: build
136132
run: yarn build
137133

0 commit comments

Comments
 (0)