From 5a849989da633df0522ac279e0d6cb12b6fc4b4c Mon Sep 17 00:00:00 2001 From: Terry Lin Date: Tue, 28 Nov 2023 00:36:34 +0800 Subject: [PATCH] Change version number and CI flow. --- .github/workflows/release.yml | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aca895..5a3df76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,13 +44,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Commit and push - run: | - git config --global user.name 'GitHub Action' - git config --global user.email 'github-action-bot@github.com' - git commit -am "Update version to ${{ github.event.release.tag_name }}" - git push - - name: Publish to npm run: npm publish env: diff --git a/package.json b/package.json index e751696..37c2bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "disableautofill", - "version": "4.0.0", + "version": "4.0.0-rc.1", "description": "The easiest solution for disabling Google Chrome auto-fill, auto-complete functions.", "main": "dist/disableautofill.umd.js", "module": "dist/disableautofill.es.js",