Skip to content

Commit 3c2b620

Browse files
committed
update package version and release tag for relase purpose
1 parent eee90dd commit 3c2b620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-desktop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-22.04
108108
needs: setup
109109
env:
110-
_PKG_VERSION: 'desktop-v2025.4.2'
110+
_PKG_VERSION: '2025.4.2'
111111
_RELEASE_TAG: 'desktop-v2025.4.2'
112112
steps:
113113
- name: Login to Azure
@@ -178,7 +178,7 @@ jobs:
178178
needs: setup
179179
if: inputs.snap_publish
180180
env:
181-
_PKG_VERSION: 'desktop-v2025.4.2'
181+
_PKG_VERSION: '2025.4.2'
182182
_RELEASE_TAG: 'desktop-v2025.4.2'
183183
steps:
184184
- name: Checkout Repo
@@ -222,7 +222,7 @@ jobs:
222222
needs: setup
223223
if: inputs.choco_publish
224224
env:
225-
_PKG_VERSION: 'desktop-v2025.4.2'
225+
_PKG_VERSION: '2025.4.2'
226226
_RELEASE_TAG: 'desktop-v2025.4.2'
227227
steps:
228228
- name: Checkout Repo

0 commit comments

Comments
 (0)