Skip to content

Commit

Permalink
ci: update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
psastras committed Aug 2, 2024
1 parent 5976769 commit 303d003
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
id: changelog
run: |
nix develop --command git-cliff -c ${{ matrix.target }}/cliff.toml --unreleased --tag ${{ matrix.target }}-v${{steps.targets.outputs.target_version}} --output CHANGELOG.md
- name: latest
run: |
git push --delete origin ${{ matrix.target }}-latest
- uses: ncipollo/release-action@v1
with:
artifacts: ${{steps.targets.outputs.target_binary}}
Expand All @@ -123,10 +126,10 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: ${{steps.targets.outputs.target_binary}}
body: |
${{steps.changelog.outputs.changelog}}
bodyFile: CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
tag: ${{ matrix.target }}-latest
name: ${{ matrix.target }} latest
replacesArtifacts: true
makeLatest: true

0 comments on commit 303d003

Please sign in to comment.