We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd3c85 commit ddd928cCopy full SHA for ddd928c
ps_spec.yml
@@ -22,8 +22,7 @@ stages:
22
commands:
23
- |
24
set -ex
25
- #git config --global --add url."[email protected]:".insteadOf "https://github.com/"
26
-
+
27
echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > .npmrc
28
npm whoami
29
@@ -32,6 +31,8 @@ stages:
32
31
V_VERSION=v$PKGVERSION
33
WORDCOUNT=$(npm view "${PKGNAME}@${PKGVERSION}" | wc -c)
34
+ git config --global credential.helper \'store\' || true
35
+ echo "https://$ALPS_GH_USER:[email protected]" > ~/.git-credentials
36
git tag -a $V_VERSION -m "$PKGNAME release $V_VERSION" HEAD
37
38
npm install
0 commit comments