Skip to content

Commit

Permalink
Version worklfow fix 3942, sometimes coding is really hard
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Apr 7, 2022
1 parent 73e36aa commit 82d4699
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 16

- run: yarn install
- run: npm version ${{ steps.tag_name.outputs.current_version }}
- run: npx dot-json assets/manifest.json version ${{ steps.tag_name.outputs.current_version }}
- run: yarn build

- name: Package dist folder
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,6 @@
"test": "jest",
"e2e": "node ./e2e/generate-fixtures-json.js && jest --config=e2e/jest-e2e.config.js",
"test:watch": "jest --watch",
"version": "./scripts/version.sh",
"release:cws": "cd dist && npx chrome-webstore-upload-cli@next upload --auto-publish",
"release:amo": "cd dist && npx web-ext-submit@5",
"release": "yarn release:cws && yarn release:amo",
Expand Down
3 changes: 0 additions & 3 deletions scripts/version.sh

This file was deleted.

0 comments on commit 82d4699

Please sign in to comment.