chore: fix publish npm job

This commit is contained in:
Antonella Sgarlatta
2026-02-06 14:35:58 -03:00
parent e2c406bf7e
commit b4e3c29f25

View File

@@ -174,11 +174,10 @@ jobs:
run: yarn release:prod run: yarn release:prod
- name: Publish - name: Publish
run: yarn publish:prod run: yarn publish:prod
env:
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_TOKEN }}
publish-docker: publish-docker:
name: Publish to Docker Hub name: Publish to Docker Hub
needs: build-docker
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login to Docker Hub - name: Login to Docker Hub