Skip to content

Commit 587ca92

Browse files
author
Qreta Dev
committed
feat(ga): checkout for cargo publish
1 parent 36251ad commit 587ca92

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
if: startsWith(github.ref, 'refs/tags/v')
113113

114114
steps:
115+
- name: Checkout for cargo publish
116+
uses: actions/checkout@v4
115117
- name: Download all artifacts
116118
uses: actions/download-artifact@v4
117119
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html2json"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
edition = "2024"
55
description = "HTML to JSON extractor"
66
authors = ["Qreta Dev <qretadev@gmail.com>"]

0 commit comments

Comments
 (0)