ci: fix netlify prod deploy after release

This commit is contained in:
Andrey Nering
2026-03-07 20:02:53 -03:00
parent 962eada344
commit af943b064b

View File

@@ -55,3 +55,5 @@ jobs:
shell: bash
run: |
task website:deploy:prod
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}