Skip to content

Commit c435c35

Browse files
committed
pump version v0.4.6
1 parent 134ea34 commit c435c35

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/plugin.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
description: "Version for the build, without v prefix"
1010
required: false
1111

12-
env:
13-
VERSION: ${{ inputs.version }}
14-
1512
jobs:
1613
lint:
1714
runs-on: ubuntu-latest
@@ -97,7 +94,7 @@ jobs:
9794
shell: bash
9895
id: check_version
9996
run: |
100-
if [ ! -z "${{ env.VERSION }}" ]; then
97+
if [ ! -z "${{ inputs.version }}" ]; then
10198
echo "PRODUCTION=true" >> $GITHUB_ENV
10299
fi
103100

.github/workflows/server.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
description: "Version for the build, without v prefix"
1010
required: false
1111

12-
env:
13-
VERSION: ${{ inputs.version }}
14-
1512
jobs:
1613
lint:
1714
runs-on: ubuntu-latest
@@ -103,7 +100,7 @@ jobs:
103100
shell: bash
104101
id: check_version
105102
run: |
106-
if [ ! -z "${{ env.VERSION }}" ]; then
103+
if [ ! -z "${{ inputs.version }}" ]; then
107104
echo "PRODUCTION=true" >> $GITHUB_ENV
108105
fi
109106
@@ -113,7 +110,7 @@ jobs:
113110
env:
114111
OS: ${{ matrix.target }}
115112
ARCH: ${{ matrix.arch }}
116-
VERSION: ${{ env.VERSION }}
113+
VERSION: ${{ inputs.version }}
117114

118115
- name: Sign Macos binary
119116
uses: massalabs/massa/.github/actions/sign-macos@ccc3f02e34544f722634a6fb7732cc4bb515e90b

plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Your private access to DeWeb.",
55
"logo": "favicon.png",
66
"home": "",
7-
"version": "0.4.5",
7+
"version": "0.4.6",
88
"apispec": ""
99
}

0 commit comments

Comments
 (0)