Skip to content

Commit

Permalink
fix: allow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nydragon committed May 24, 2024
1 parent 099bfa4 commit d9d19b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --current -vv --strip header
args: --latest -vv --strip header
env:
OUTPUT: BODY.md

Expand All @@ -34,3 +34,4 @@ jobs:
with:
artifacts: ./target/release/rofi-obsidian
bodyFile: BODY.md
allowUpdates: true

0 comments on commit d9d19b8

Please sign in to comment.