Skip to content

Commit ea2e043

Browse files
committed
ci: require check-release in semantic-release action
1 parent 070ff90 commit ea2e043

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
./target/x86_64-pc-windows-gnu/release/vrc-osc-manager.exe
115115
116116
semantic-release:
117-
needs: [ build ]
117+
needs: [ check-release, build ]
118118
if: needs.check-release.outputs.new_release_published == 'true'
119119
runs-on: ubuntu-latest
120120

.releaserc.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ plugins:
77
- '@semantic-release/changelog'
88
- - '@semantic-release/github'
99
- assets:
10-
- path: release-artifacts/vrc-osc-manager
10+
- path: release-artifacts/linux-x64-binary
11+
name: vrc-osc-manager
1112
label: Linux x64 binary
12-
- path: release-artifacts/vrc-osc-manager.exe
13+
- path: release-artifacts/windows-x64-binary
14+
name: vrc-osc-manager.exe
1315
label: Windows x64 binary
1416
- - '@semantic-release/git'
1517
- assets:

0 commit comments

Comments
 (0)