From a07fd373adc6ceddc71836c1f3905b3f35e83f48 Mon Sep 17 00:00:00 2001 From: futabooo Date: Mon, 23 Dec 2024 00:18:56 +0900 Subject: [PATCH 1/3] chore: fix create github release --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0df1ee..1bc3313 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,7 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Create GitHub Release uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: From 6550ebbb93db2eff939bdad8319ce00d97eea65e Mon Sep 17 00:00:00 2001 From: futabooo Date: Mon, 23 Dec 2024 00:28:36 +0900 Subject: [PATCH 2/3] chore: remove unused file --- .github/release.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/release.yaml diff --git a/.github/release.yaml b/.github/release.yaml deleted file mode 100644 index b0c5175..0000000 --- a/.github/release.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changelog: - exclude: - labels: - - tagpr From a87a3596cff09a35d71b6bfeca4595e445f6f0da Mon Sep 17 00:00:00 2001 From: futabooo Date: Mon, 23 Dec 2024 00:53:01 +0900 Subject: [PATCH 3/3] docs: update readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38cd42b..e02c5e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Nature Remo API Client for Dart ![Dart CI](https://github.com/futabooo/nature-remo-dart/workflows/Dart%20CI/badge.svg) +![Pub Version](https://img.shields.io/pub/v/nature_remo) + ## Usage