This commit is contained in:
parent
90ac2abf7d
commit
ca1ca1973c
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ jobs:
|
|||
npm install @angular/cli
|
||||
npm run lint
|
||||
echo "getting the username"
|
||||
user_name=$(git config user.name)
|
||||
echo "Git User Name: $user_name"
|
||||
user_email=$(git config user.email)
|
||||
echo "Git User Email: $user_email"
|
||||
# user_name=$(git config user.name)
|
||||
# echo "Git User Name: $user_name"
|
||||
# user_email=$(git config user.email)
|
||||
# echo "Git User Email: $user_email"
|
||||
- name: Update version
|
||||
run: |
|
||||
chmod +x update-version.sh
|
||||
|
|
Loading…
Reference in a new issue