Skip to content

Commit

Permalink
Only change ui package number on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Oct 23, 2023
1 parent 81b3fb2 commit 039a107
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:

- name: Change package UI version
id: changed_version
if: matrix.platform == 'windows-latest'
run: cd ui && yarn change-ui-version

- name: Extract changed version
Expand Down Expand Up @@ -240,11 +241,6 @@ jobs:
asset_name: ad4m-macos-${{ steps.extract_version.outputs.version }}-x64
asset_content_type: application/octet-stream

- name: Set Version Without Prerelease
id: set_version
if: matrix.platform == 'windows-latest'
run: echo "::set-output name=version::$(echo ${{ steps.extract_version.outputs.version }} -replace '-prerelease')"

- name: Upload Release MSI Asset
id: upload-release-msi-asset
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit 039a107

Please sign in to comment.