Skip to content

Commit

Permalink
ci: require check-release in semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Oct 26, 2024
1 parent 070ff90 commit ea2e043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
./target/x86_64-pc-windows-gnu/release/vrc-osc-manager.exe
semantic-release:
needs: [ build ]
needs: [ check-release, build ]
if: needs.check-release.outputs.new_release_published == 'true'
runs-on: ubuntu-latest

Expand Down
6 changes: 4 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ plugins:
- '@semantic-release/changelog'
- - '@semantic-release/github'
- assets:
- path: release-artifacts/vrc-osc-manager
- path: release-artifacts/linux-x64-binary
name: vrc-osc-manager
label: Linux x64 binary
- path: release-artifacts/vrc-osc-manager.exe
- path: release-artifacts/windows-x64-binary
name: vrc-osc-manager.exe
label: Windows x64 binary
- - '@semantic-release/git'
- assets:
Expand Down

0 comments on commit ea2e043

Please sign in to comment.