Skip to content

Commit

Permalink
feat: specify repo for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 2, 2024
1 parent 1d8e3a5 commit 8f215d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cocogitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
run: "echo '${{ steps.release.outputs.version }}'"

- name: Generate Changelog
run: |
cog changelog --at ${{ steps.release.outputs.version }} -t remote > GITHUB_CHANGELOG.md
pwd && ls
run: cog changelog --at ${{ steps.release.outputs.version }} -t remote > GITHUB_CHANGELOG.md

- 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 }}

0 comments on commit 8f215d2

Please sign in to comment.