From 049a95c516cd5723d8cfde79dc7a79fcdcbd6c97 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 8 Feb 2021 00:33:49 -0500 Subject: [PATCH] Disabling patching for now --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1cc05904..d3b0f126 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn build - - run: npm version patch -m "Release %s 📣" +# - run: npm version patch -m "Release %s 📣" - run: git push # Publish to npm @@ -51,4 +51,4 @@ jobs: # Publish to GitHub Packages - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}