diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ba904385..e7eab20b18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} git config user.email "test@mail.com" git config user.name "test" && git add . + echo "# test" >> Release.md git commit -m "chore(versions): test publish packages xxx" yarn release:force --registry https://registry.npmjs.org/ push-docker: