//
This commit is contained in:
parent
5f4b653765
commit
0369df9179
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json packag
|
|||
|
||||
# Optional: Commit and tag
|
||||
|
||||
echo ${secrets.PACKAGES_USER}
|
||||
git config --global user.name ${{ secrets.PACKAGES_USER }}
|
||||
# echo ${secrets.PACKAGES_USER}
|
||||
# git config --global user.name ${{ secrets.PACKAGES_USER }}
|
||||
git add package.json
|
||||
echo "adding succeeded"
|
||||
git commit -m "Bump version to $new_version"
|
||||
|
|
Loading…
Reference in a new issue