Skip to content

Commit

Permalink
2025.1.1-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 7, 2024
1 parent 14aaa89 commit c204aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
node scripts/set-desktop-version.mjs
env:
# VITE_VERSION: "${{ needs.build-info.outputs.version }}"
VITE_VERSION: "2025.1.1-dev.2"
VITE_VERSION: "2025.1.1-dev.3"
- name: Build, package & make (Unix)
if: matrix.config.os != 'windows-latest'
run: |
Expand All @@ -143,7 +143,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DAEMON_NAME: ${{ matrix.config.daemon_name }}
# VITE_VERSION: "${{ needs.build-info.outputs.version }}"
VITE_VERSION: "2025.1.1-dev.2"
VITE_VERSION: "2025.1.1-dev.3"
VITE_COMMIT_HASH: "${{ needs.build-info.outputs.commit_hash }}"
VITE_DESKTOP_P2P_PORT: "56000"
VITE_DESKTOP_HTTP_PORT: "56001"
Expand All @@ -169,7 +169,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DAEMON_NAME: "${{ matrix.config.daemon_name }}.exe"
# VITE_VERSION: "${{ needs.build-info.outputs.version }}"
VITE_VERSION: "2025.1.1-dev.2"
VITE_VERSION: "2025.1.1-dev.3"
VITE_COMMIT_HASH: "${{ needs.build-info.outputs.commit_hash }}"
VITE_DESKTOP_P2P_PORT: "56000"
VITE_DESKTOP_HTTP_PORT: "56001"
Expand Down

0 comments on commit c204aef

Please sign in to comment.