-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release-1.15' into release-1.15
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
- uses: actions/checkout@master | ||
- run: | | ||
git fetch --prune --unshallow --tags | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
|
@@ -38,6 +40,7 @@ jobs: | |
author_email: [email protected] | ||
message: "Updated changelog" | ||
add: "**.md" | ||
ref: "changelog" | ||
ref: "changelog" | ||
force: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |