ci: update release workflow to checkout code from master branch

This commit is contained in:
Chris Montgomery 2021-09-18 15:27:49 -04:00 committed by David Arnold
parent 57a14bb411
commit 252769ce46

View file

@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: core
ref: master
- name: Update Changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
@ -49,7 +49,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: core
ref: master
- name: Get Changelog Entry
id: changelog_reader