From bf4d33be89ca9e24f4612d990ccf829f87555fd4 Mon Sep 17 00:00:00 2001 From: Kosei Kitahara Date: Mon, 3 Nov 2025 02:37:45 +0900 Subject: [PATCH] Fix missing checkout --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 920f9b4..bbb8a5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,5 @@ --- -name: "Publish" +name: Publish "on": release: @@ -16,6 +16,8 @@ jobs: id-token: write contents: read steps: + - name: Checkout + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v6 with: