Skip to content

Commit 75b0ab9

Browse files
committed
ci: bug
1 parent 5a5038f commit 75b0ab9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,7 @@ jobs:
128128
129129
- name: Create Release
130130
run: |
131-
# delete existing release if any
132-
gh delete release v${{ steps.version.outputs.version }} --yes || echo "No existing release to delete"
133-
# create new release with assets
134-
gh release create v${{ steps.version.outputs.version }} \
135-
--title "Release v${{ steps.version.outputs.version }}" \
136-
--draft=false \
131+
gh release upload v${{ steps.version.outputs.version }} \
137132
build-aarch64/libtermcap-${{ steps.version.outputs.version }}-aarch64.tar.gz \
138133
build-x86_64/libtermcap-${{ steps.version.outputs.version }}-x86_64.tar.gz
139134
env:

0 commit comments

Comments
 (0)