Skip to content

Commit

Permalink
⬆️ upgrade wolvenkit in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Feb 1, 2024
1 parent 43afa17 commit 0bd36fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- "beta*"
- "alpha*"
env:
WOLVENKIT_CORE_VERSION: '8.12.1'
WOLVENKIT_CLI_VERSION: '8.12.1'
DOTNET_VERSION: '7.0.x'
WOLVENKIT_CORE_VERSION: '8.12.2'
WOLVENKIT_CLI_VERSION: '8.12.2'
DOTNET_VERSION: '8.0.x'
IS_DRAFT: ${{ startsWith(github.ref_name, 'beta') || startsWith(github.ref_name, 'alpha') }}

jobs:
Expand Down

0 comments on commit 0bd36fe

Please sign in to comment.