We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab87da0 commit 86a580eCopy full SHA for 86a580e
1 file changed
.github/workflows/tag-release.yml
@@ -157,6 +157,7 @@ jobs:
157
with:
158
name: asdf_artifact
159
path: asdf.tar.gz
160
+ overwrite: true
161
162
- name: Prepare config artifact
163
run: |
@@ -169,6 +170,7 @@ jobs:
169
170
171
name: config_artifact
172
path: config_artifact/
173
174
175
tag_release:
176
needs: install_semantic_release
0 commit comments