diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index f99e7d0a..6e4aa7e5 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -22,12 +22,6 @@ jobs: - name: Show commit message run : echo "$commitmsg" - - name: Check commit message - if: startsWith( env.commitmsg , 'chore(release):' ) - run: | - echo "Publish by pushing must provide parameter named tag, just like: chore(release): publish 1.0 --tag=beta" - exit 1 - - name: Deploy to dokku id: deploy uses: idoberko2/dokku-deploy-github-action@v1 diff --git a/public/manifest.json b/public/manifest.json index 7c10959d..01d3d139 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "秘宝账户", "name": "秘宝账户", - "version": "2.1.0", + "version": "2.1.1", "icons": [ { "src": "icons/16.png",