diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d83cf44..88fbc4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: - name: Build package run: npm run ng build layout-components - - name: Push to Github + - name: Publish to Github uses: JS-DevTools/npm-publish@v3 with: package: "dist/layout-components/package.json" @@ -47,10 +47,3 @@ jobs: token: ${{ github.token }} access: "public" provenance: true - - - name: Publish package - run: | - cd dist/layout-components - npm publish --access public --scope @buildo - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}