diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 786d7530..d382d79b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,11 @@ jobs: # Deploy to NPM - name: Prepare release uses: lando/prepare-release-action@v3 + with: + sync-email: rtfm47@lando.dev + sync-token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }} + sync-username: rtfm-47 + - name: Deploy release to npm env: NODE_AUTH_TOKEN: ${{secrets.NPM_DEPLOY_TOKEN}}