From e99c94a839521a1f5d0b681366589c14ce101be5 Mon Sep 17 00:00:00 2001 From: kamiazya Date: Fri, 14 Jun 2024 01:52:42 +0900 Subject: [PATCH] Fix snapshot release workflow --- .github/workflows/cicd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index dab706d..32ab9f9 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -134,6 +134,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup uses: ./.github/actions/setup + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 - name: Snapshot Release @next uses: ./.github/actions/snapshot-release with: