Skip to content

Commit 3db073e

Browse files
authored
fix: fixes release problem where go release detects git dirty (#2917)
1 parent 4a4a018 commit 3db073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export VERSION_GIT
2727

2828
echo "$GITHUB_APP_PEM" > app.pem
2929
GITHUB_TOKEN="$(go run ./tools/github-token -pem app.pem -app_id "$GITHUB_APP_ID" -owner 'mongodb' -repo 'mongodb-atlas-cli')"
30-
30+
rm -rf app.pem
3131
export GITHUB_TOKEN
3232

3333
VERSION_GIT="$(git tag --list "atlascli/v*" --sort=taggerdate | tail -1 | cut -d "v" -f 2)"

0 commit comments

Comments
 (0)