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 9, 2024
1 parent 6d58933 commit 7858700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_checks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: cmd
run: |
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
echo VERSION=%VERSION% >> %GITHUB_ENV%
echo "VERSION=%VERSION%" >> %GITHUB_ENV%
echo The version is: %VERSION%
- name: Get dependencies
Expand Down

0 comments on commit 7858700

Please sign in to comment.