Skip to content

Commit

Permalink
ci: Fix release output
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent 297d8d1 commit 6e1bdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: cog bump --version 1.0.0

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

- name: Upload github release
uses: softprops/action-gh-release@v1
with:
body_path: GITHUB_CHANGELOG.md
tag_name: ${{ steps.release.outputs.version }}
tag_name: 1.0.0

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit 6e1bdd3

Please sign in to comment.