Skip to content

Commit

Permalink
Change version number and CI flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Nov 27, 2023
1 parent d51826f commit 5a84998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
git commit -am "Update version to ${{ github.event.release.tag_name }}"
git push
- name: Publish to npm
run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5a84998

Please sign in to comment.