Skip to content

Commit 1f0ca70

Browse files
committed
Update release action
1 parent 0078ba3 commit 1f0ca70

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
generate_release_notes: true
4646
});
4747
Submit:
48+
needs: Version
4849
if: github.event_name == 'workflow_dispatch'
4950
strategy:
5051
fail-fast: false
@@ -62,8 +63,9 @@ jobs:
6263
run: npm ci || npm install
6364
- run: npm run prod --if-present
6465
- name: Update extension’s meta
65-
run: >-
66+
run: |
6667
npx dot-json@1 $DIRECTORY/manifest.json version ${{ inputs.version }}
68+
npx dot-json@1 $DIRECTORY/manifest.json version_name ${{ inputs.version }}
6769
- name: Submit
6870
run: |
6971
case ${{ matrix.command }} in

public/files/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
"name": "Bitcoin blocks tracker",
66
"description": "Extension for Bitcoin blocks tracking via Mempool space",
7-
"version": "1.1.0",
8-
"version_name": "1.1.0",
7+
"version": "0.0.0",
8+
"version_name": "0.0.0",
99

1010
"icons": {
1111
"16":"icons/16.png",

0 commit comments

Comments
 (0)