diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bcef443..7d99acf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,8 @@ name: Publish on: push: - tags: - - v*.*.* + # tags: + # - v*.*.* jobs: publish: @@ -29,13 +29,13 @@ jobs: - name: Generate Release Body run: npx extract-changelog-release > RELEASE_BODY.md - - name: Publish to NPM - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to NPM + # run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Create GitHub Release - uses: ncipollo/release-action@v1 - with: - bodyFile: "RELEASE_BODY.md" - token: ${{ secrets.GITHUB_TOKEN }} + # - name: Create GitHub Release + # uses: ncipollo/release-action@v1 + # with: + # bodyFile: "RELEASE_BODY.md" + # token: ${{ secrets.GITHUB_TOKEN }}