ci: remove environment restriction from the main publish job

This commit is contained in:
diegosouzapw
2026-05-24 20:21:37 -03:00
parent 26b007e861
commit 89aa761e66

View File

@@ -43,7 +43,6 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
environment: NPM_TOKEN
steps:
- name: Checkout
uses: actions/checkout@v6