From 9dec7e60d30dadf4e948c9b4852c88a1e0756241 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Sun, 14 May 2023 23:05:43 +0900 Subject: [PATCH] Add stopwatch to deploy target --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03b8fde4..d640932a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - package_name: [clock, timer] + package_name: [clock, timer, stopwatch] steps: - uses: actions/checkout@v3