Revert "Auto update manifest version (#1724)"

This reverts commit e637408b4a.
This commit is contained in:
toasted-nutbread 2021-05-31 22:24:17 -04:00
parent e637408b4a
commit 744f9bb836
3 changed files with 3 additions and 21 deletions

View File

@ -13,13 +13,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Set up git
run: |
sudo apt-get install -y git
git --version
git fetch origin $(git branch --show-current) --unshallow --tags > /dev/null 2> /dev/null
git status
git describe
- name: Install dependencies
run: npm ci
- name: Lint

View File

@ -2,7 +2,7 @@
"manifest": {
"manifest_version": 2,
"name": "Yomichan",
"version": "0.0.0.0",
"version": "21.4.30.1",
"description": "Japanese dictionary with Anki integration",
"author": "Alex Yatskov",
"icons": {
@ -120,18 +120,7 @@
"variants": [
{
"name": "base",
"buildable": false,
"modifications": [
{
"action": "set",
"path": ["version"],
"command": {
"command": "git",
"args": ["describe", "--abbrev=0"],
"trim": true
}
}
]
"buildable": false
},
{
"name": "chrome",

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yomichan",
"version": "21.4.30.0",
"version": "21.4.30.1",
"description": "Japanese dictionary with Anki integration",
"author": "Alex Yatskov",
"icons": {