Skip to content

Commit 1ab8124

Browse files
committed
ci: fix assets release creation on publish
1 parent 0d6bb88 commit 1ab8124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
else
205205
gh release create "$ASSETS_TAG" \
206206
--repo "$ASSETS_REPO" \
207-
--target "$ASSETS_TAG" \
207+
--verify-tag \
208208
--title "$ASSETS_TAG" \
209209
--notes "$NOTES"
210210
fi

0 commit comments

Comments
 (0)