Skip to content

Commit

Permalink
Overwrite annotations when running multiple trunk actions (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
det authored Nov 5, 2024
1 parent 2cf1a35 commit 4d5ecc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ runs:
uses: actions/upload-artifact@v4
with:
name: trunk-annotations
overwrite: true
path: ${{ env.TRUNK_TMPDIR }}/annotations.bin

- name: Download annotations artifact
Expand Down Expand Up @@ -414,6 +415,7 @@ runs:
with:
name: landing-state.json
path: .trunk/landing-state.json
overwrite: true
if-no-files-found: warn

- name: Cleanup temporary files
Expand Down

0 comments on commit 4d5ecc8

Please sign in to comment.