Skip to content

Commit

Permalink
feature: updated version and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 8, 2024
1 parent 90ebd8f commit 6cdfce2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/push_checks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:
id: read_version
shell: cmd
run: |
setlocal enabledelayedexpansion
for /f "tokens=2 delims= " %%a in ('findstr "^version: " pubspec.yaml') do (
set VERSION=%%a
)
echo VERSION=!VERSION! >> %GITHUB_ENV%
endlocal
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
echo VERSION=%VERSION% >> %GITHUB_ENV%
echo The version is: %VERSION%
- name: Get dependencies
working-directory: zstandard_windows
Expand Down

0 comments on commit 6cdfce2

Please sign in to comment.