Skip to content

Commit

Permalink
ci: continue on error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
psastras committed Aug 2, 2024
1 parent 303d003 commit 7a6023c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
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
continue-on-error: true
run: |
git push --delete origin ${{ matrix.target }}-latest
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 7a6023c

Please sign in to comment.