Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 6591260

Browse files
authored
allow updates releases (#21)
1 parent 28db3db commit 6591260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ jobs:
7272
uses: ncipollo/release-action@v1
7373
with:
7474
draft: true
75-
tag: ${{ steps.version.outputs.VERSION }}
75+
tag: "v${{ steps.version.outputs.VERSION }}"
7676
artifacts: "${{ env.ARTIFACT_NAME }}.tar.zst"
77+
allowUpdates: true

0 commit comments

Comments
 (0)