Skip to content

Commit

Permalink
chore(release): bump CI version variable to 24.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 23, 2024
1 parent d77e39f commit 968440b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
env:
VER_MAJOR: 24
VER_MINOR: 10
VER_PATCH: 0
VER_PATCH: 1

on:
push:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightly Build
env:
VER_MAJOR: 24
VER_MINOR: 10
VER_PATCH: 0
VER_PATCH: 1

on:
schedule:
Expand Down

0 comments on commit 968440b

Please sign in to comment.