Skip to content

Commit

Permalink
Java: Fix propose_release.cfg template (#280)
Browse files Browse the repository at this point in the history
* Update propose_release.cfg

* fix executable permissions
  • Loading branch information
chingor13 authored Aug 26, 2019
1 parent e4aa9bb commit 00bf075
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/{{ metadata['repo']['repo_short'] }}/.kokoro/release/bump_snapshot.sh"
value: "github/{{ metadata['repo']['repo_short'] }}/.kokoro/continuous/propose_release.sh"
}

# tokens used by release-please to keep an up-to-date release PR.
Expand Down
Empty file.
Empty file.

0 comments on commit 00bf075

Please sign in to comment.