Skip to content

Commit

Permalink
extra echo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mirecki committed Dec 11, 2023
1 parent eac41c5 commit de45cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/platforms/ubuntu/steps/create_upmconfig.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/usr/bin/env bash

echo "Creating upmconfig.toml"


echo "[npmAuth.\"https://npm.pkg.github.com/@rrealmdev\"]" > ~/.upmconfig.toml
echo "token = \"$GIT_PRIVATE_TOKEN}\"" >> ~/.upmconfig.toml
echo "email = \"[email protected]\"" >> ~/.upmconfig.toml
echo "alwaysAuth = true" >> ~/.upmconfig.toml

ls ~
cat ~/.upmconfig.toml

0 comments on commit de45cf3

Please sign in to comment.