-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: corrected cocogitto workflow wtith git push to add changelog ch…
…anges after bump
- Loading branch information
1 parent
8f215d2
commit e59ea81
Showing
3 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,15 +41,14 @@ jobs: | |
git-user-email: '[email protected]' | ||
|
||
# The version number is accessible as a github action output | ||
- name: Print Version | ||
- name: Print version | ||
run: "echo '${{ steps.release.outputs.version }}'" | ||
|
||
- name: Generate Changelog | ||
run: cog changelog --at ${{ steps.release.outputs.version }} -t remote > GITHUB_CHANGELOG.md | ||
|
||
- name: Upload GitHub release | ||
- name: Upload github release | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
body_path: GITHUB_CHANGELOG.md | ||
repository: yoctoyotta1024/CLEO | ||
tag_name: ${{ steps.release.outputs.version }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters