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 26f10cf commit bfc97aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push_checks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
CHAT_ID: ${{ secrets.CHAT_ID }}
CHAT_KEY: ${{ secrets.CHAT_KEY }}
REPO: ${{ github.repository }}
VERSION: ${{ steps.read_version.outputs.version }}
JOB_STATUS: ${{ job.status }}
run: |
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
Expand Down Expand Up @@ -118,14 +117,16 @@ jobs:

- name: Handle job completion
if: always()
working-directory: zstandard_platform_interface
shell: cmd
env:
CHAT_ID: ${{ secrets.CHAT_ID }}
CHAT_KEY: ${{ secrets.CHAT_KEY }}
REPO: ${{ github.repository }}
VERSION: ${{ env.VERSION }}
JOB_STATUS: ${{ job.status }}
run: |
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
echo The VERSION is: %VERSION%
if "%JOB_STATUS%" == "failure" (
landa-messenger-api chat-send ^
--id "%CHAT_ID%" ^
Expand Down Expand Up @@ -192,14 +193,16 @@ jobs:

- name: Handle job completion
if: always()
working-directory: zstandard_platform_interface
shell: cmd
env:
CHAT_ID: ${{ secrets.CHAT_ID }}
CHAT_KEY: ${{ secrets.CHAT_KEY }}
REPO: ${{ github.repository }}
VERSION: ${{ env.VERSION }}
JOB_STATUS: ${{ job.status }}
run: |
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
echo The VERSION is: %VERSION%
if "%JOB_STATUS%" == "failure" (
landa-messenger-api chat-send ^
--id "%CHAT_ID%" ^
Expand Down

0 comments on commit bfc97aa

Please sign in to comment.