Skip to content

Commit 1c7bc79

Browse files
authored
chore: Update path to release scripts
1 parent d290520 commit 1c7bc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.toys/release.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
load_git remote: "https://github.com/googleapis/google-cloud-ruby.git",
18-
path: ".toys/release"
17+
load_git remote: "https://github.com/googleapis/ruby-common-tools.git",
18+
path: "toys/release"
1919

2020
tool "publish-gh-pages" do
2121
flag :dry_run, default: ENV["RELEASE_DRY_RUN"] == "true"

0 commit comments

Comments
 (0)