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 4a4a018 commit 3db073eCopy full SHA for 3db073e
build/package/package.sh
@@ -27,7 +27,7 @@ export VERSION_GIT
27
28
echo "$GITHUB_APP_PEM" > app.pem
29
GITHUB_TOKEN="$(go run ./tools/github-token -pem app.pem -app_id "$GITHUB_APP_ID" -owner 'mongodb' -repo 'mongodb-atlas-cli')"
30
-
+rm -rf app.pem
31
export GITHUB_TOKEN
32
33
VERSION_GIT="$(git tag --list "atlascli/v*" --sort=taggerdate | tail -1 | cut -d "v" -f 2)"
0 commit comments