Skip to content

Commit d7389b2

Browse files
committed
ci: remove version up in release flow
1 parent f828a24 commit d7389b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-workflow.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
node-version: 12
3232
registry-url: https://registry.npmjs.org/
3333
- run: |
34-
git config --local user.email "k.himeno314@gmail.com"
35-
git config --local user.name "Himenon"
36-
3734
yarn install --frozen-lockfile
38-
yarn version_up
39-
4035
yarn build
4136
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
4237

0 commit comments

Comments
 (0)