diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 0659061..f9c4c83 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -157,6 +157,7 @@ jobs: with: name: asdf_artifact path: asdf.tar.gz + overwrite: true - name: Prepare config artifact run: | @@ -169,6 +170,7 @@ jobs: with: name: config_artifact path: config_artifact/ + overwrite: true tag_release: needs: install_semantic_release