diff --git a/.github/workflows/release-develop.yml b/.github/workflows/release-develop.yml index 2ec5f2b6c2..773f892715 100644 --- a/.github/workflows/release-develop.yml +++ b/.github/workflows/release-develop.yml @@ -70,6 +70,7 @@ jobs: # setup the username and email. git config --global user.name "Budibase Staging Release Bot" git config --global user.email "<>" + git reset --hard echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc yarn release:develop