diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a76e9e5..18c1fb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,6 @@ jobs: node-version: '22.x' - run: npm ci - run: npm run build - - name: Publish to NPM - run: | - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm publish --ignore-scripts --access public - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create artifact run: | mkdir ${{ env.RELEASE_VERSION }}-dist && cp dist/farmOS-timeline* ${{ env.RELEASE_VERSION }}-dist && zip -r ${{ env.RELEASE_VERSION }}-dist.zip ${{ env.RELEASE_VERSION }}-dist