Skip to content

Commit 462aefb

Browse files
committed
CI: increase semantic release version and runs-on
1 parent 3a2153d commit 462aefb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
env:
1313
SOURCE_PATH: Assets/Mirage.Profiler
1414
TARGET_PATH: Assets/Mirage.Profiler
15-
runs-on: ubuntu-latest
15+
16+
runs-on: windows-latest
1617
steps:
1718
- name: Setup dotnet
1819
uses: actions/setup-dotnet@v2
@@ -31,7 +32,7 @@ jobs:
3132
- name: Release
3233
# id so output can be used by other steps
3334
id: semantic
34-
uses: cycjimmy/semantic-release-action@v3
35+
uses: cycjimmy/semantic-release-action@v4
3536
with:
3637
extra_plugins: |
3738
@semantic-release/exec

0 commit comments

Comments
 (0)