Skip to content

Commit

Permalink
Improve internal_release.yml steps naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 19, 2021
1 parent cc3bf4f commit 9ad5aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ jobs:
#--------------------------------------------------------------------------

#Create GitHub release
- name: Changelog
- name: Prepare changelog for GitHub Release
uses: Bullrich/generate-release-changelog@master
id: Changelog
env:
REPO: ${{ github.repository }}
- name: Create Release

- name: Create GitHub Release
id: create_release
uses: actions/create-release@latest
env:
Expand Down

0 comments on commit 9ad5aaa

Please sign in to comment.