Skip to content

Commit

Permalink
4.0.0-alpha-6-20200721 (branch fix) [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 21, 2020
1 parent c2f3acb commit 23eb094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Display latest tag
run: echo ${LATEST_TAG}
- name: Create release notes (release_notes.md)
run: ./generate_release_notes.sh ${LATEST_TAG} origin/automated-release ${GRID_VERSION} ${BUILD_DATE}
run: ./generate_release_notes.sh ${LATEST_TAG} origin/trunk ${GRID_VERSION} ${BUILD_DATE}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 23eb094

Please sign in to comment.