File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ jobs:
107
107
runs-on : ubuntu-22.04
108
108
needs : setup
109
109
env :
110
- _PKG_VERSION : ' 2025.4.2 '
111
- _RELEASE_TAG : ' desktop-v2025.4.2 '
110
+ _PKG_VERSION : ${{ needs.setup.outputs.release_version }}
111
+ _RELEASE_TAG : ${{ needs.setup.outputs.tag_name }}
112
112
steps :
113
113
- name : Login to Azure
114
114
uses : Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
@@ -178,8 +178,8 @@ jobs:
178
178
needs : setup
179
179
if : inputs.snap_publish
180
180
env :
181
- _PKG_VERSION : ' 2025.4.2 '
182
- _RELEASE_TAG : ' desktop-v2025.4.2 '
181
+ _PKG_VERSION : ${{ needs.setup.outputs.release_version }}
182
+ _RELEASE_TAG : ${{ needs.setup.outputs.tag_name }}
183
183
steps :
184
184
- name : Checkout Repo
185
185
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -222,8 +222,8 @@ jobs:
222
222
needs : setup
223
223
if : inputs.choco_publish
224
224
env :
225
- _PKG_VERSION : ' 2025.4.2 '
226
- _RELEASE_TAG : ' desktop-v2025.4.2 '
225
+ _PKG_VERSION : ${{ needs.setup.outputs.release_version }}
226
+ _RELEASE_TAG : ${{ needs.setup.outputs.tag_name }}
227
227
steps :
228
228
- name : Checkout Repo
229
229
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments