From c52a322e411215830778dbc88c4ab96064657d2e Mon Sep 17 00:00:00 2001 From: Lewis Donovan <23400003+lewisdonovan@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:09:14 +0100 Subject: [PATCH] feat: publish TypeScript version. --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f857a6..327c10b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release - # - name: Publish to NPM - # env: - # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - # run: npm publish \ No newline at end of file + run: npx semantic-release \ No newline at end of file