Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-1.15' into release-1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed May 23, 2020
2 parents bbd6ca9 + 46b8692 commit 585e75e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 585e75e

Please sign in to comment.