diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 26823ea..7b82bda 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,12 +24,11 @@ jobs: - name: Install dependencies, build run: | - echo '${{ github.event.action }}' npm ci npm run build - name: Publish 'latest' - if: ${{ github.event.action == 'released' }} + # if: ${{ github.event.action == 'released' }} run: | npm publish --provenance env: