diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 881563d..46cc89f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,5 @@ jobs: # for Yarn v1, use `yarn publish` instead - run: yarn npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + \ No newline at end of file