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