File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 99 description : " Version for the build, without v prefix"
1010 required : false
1111
12- env :
13- VERSION : ${{ inputs.version }}
14-
1512jobs :
1613 lint :
1714 runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change 99 description : " Version for the build, without v prefix"
1010 required : false
1111
12- env :
13- VERSION : ${{ inputs.version }}
14-
1512jobs :
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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments