Skip to content

fix(build): set correct inso version during windows build#7940

Merged
filfreire merged 1 commit intodevelopfrom
fix-inso-windows-version
Sep 11, 2024
Merged

fix(build): set correct inso version during windows build#7940
filfreire merged 1 commit intodevelopfrom
fix-inso-windows-version

Conversation

@ryan-willis
Copy link
Contributor

No description provided.

@filfreire filfreire force-pushed the fix-inso-windows-version branch from 1dcac10 to c383abc Compare September 11, 2024 13:55
@filfreire filfreire marked this pull request as ready for review September 11, 2024 13:56
@filfreire filfreire enabled auto-merge (squash) September 11, 2024 13:56
$insomniaVersion = jq -r '.version' "./packages/insomnia/package.json"
$insoVersion = jq -r '.version' "./packages/insomnia-inso/package.json"
echo "INSOMNIA_VERSION=$insomniaVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "INSO_VERSION=$insoVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch @ryan-willis 👍

@filfreire filfreire merged commit 9734d1e into develop Sep 11, 2024
@filfreire filfreire deleted the fix-inso-windows-version branch September 11, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants