From db8c9adefb53b533e532760ba7a30dbe6ef1c45d Mon Sep 17 00:00:00 2001 From: cycjimmy Date: Sat, 21 Mar 2020 22:50:51 +0800 Subject: [PATCH] ci: fix id --- .github/workflows/testRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testRelease.yml b/.github/workflows/testRelease.yml index b556792..96f3cc8 100644 --- a/.github/workflows/testRelease.yml +++ b/.github/workflows/testRelease.yml @@ -70,7 +70,7 @@ jobs: - name: Semantic Release uses: ./ - id: semantic_v15 + id: semantic with: semantic_version: 15 dry_run: true