From 37a03e14ef4023dfcf2b10c2a963c82f1c2bc36f Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 8 Feb 2021 00:38:38 -0500 Subject: [PATCH] Restoring patch now major version has been cut --- .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 766948a3..71a3ce6a 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 }}