Skip to content

Commit

Permalink
Revert "tmp: override publishedClientVersion"
Browse files Browse the repository at this point in the history
This reverts commit a0b6a09.
  • Loading branch information
CNimmo16 committed Jan 6, 2025
1 parent 7dece22 commit cdb9ae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
return clientPackage.version;
outputs:
# publishedClientVersion: ${{ steps.getPublishedPackages.outputs.result }}
publishedClientVersion: '1.0.3'
publishedClientVersion: ${{ steps.getPublishedPackages.outputs.result }}

electron:
needs: determine-client-version
Expand Down

0 comments on commit cdb9ae2

Please sign in to comment.