Skip to content

Commit 23eb094

Browse files
committed
4.0.0-alpha-6-20200721 (branch fix) [deploy]
1 parent c2f3acb commit 23eb094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Display latest tag
4343
run: echo ${LATEST_TAG}
4444
- name: Create release notes (release_notes.md)
45-
run: ./generate_release_notes.sh ${LATEST_TAG} origin/automated-release ${GRID_VERSION} ${BUILD_DATE}
45+
run: ./generate_release_notes.sh ${LATEST_TAG} origin/trunk ${GRID_VERSION} ${BUILD_DATE}
4646
- name: Create Release
4747
id: create_release
4848
uses: actions/create-release@v1

0 commit comments

Comments
 (0)