push-release: fix OAUTH_TOKEN error handling

This commit is contained in:
Erik Arvstedt 2023-07-08 15:33:08 +02:00
parent a2b45e00c7
commit dd532d4738
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -35,7 +35,8 @@ if [[ $DRY_RUN ]]; then
else
OAUTH_TOKEN=$(pass show nix-bitcoin/github/oauth-token)
if [[ ! $OAUTH_TOKEN ]]; then
echo "Please set OAUTH_TOKEN variable"
echo "Error fetching OAUTH_TOKEN"
exit 1
fi
fi