Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: cd / release please

# TODO: Re-enable the automatic push trigger once the cargo-workspace plugin
# supports a Cargo.toml outside the repository root. The plugin hardcodes the
# Cargo.toml lookup at the repo root, but our workspace lives at rsworkspace/,
# so release-please fails with "Failed to find file: Cargo.toml".
#
# - https://github.com/TrogonStack/trogonai/pull/58
# - https://github.com/googleapis/release-please/pull/2682
on:
push:
branches:
- main
workflow_dispatch:
# push:
# branches:
# - main

permissions:
contents: write
Expand Down