Skip to content

Commit

Permalink
fix: use remote template instead of full_hash to match cog.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 2, 2024
1 parent a94034d commit bc13e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cocogitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: "echo '${{ steps.release.outputs.version }}'"

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

- name: Upload github release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bc13e5d

Please sign in to comment.