From af7e60fdade90e3805a9cf4d9ea6c845596117e9 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sat, 22 May 2021 00:10:25 +0800 Subject: [PATCH] ci: fix get version Signed-off-by: Jianhui Zhao --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9ef50e..a4c04f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,8 @@ jobs: with: node-version: '12' - - uses: battila7/get-version-action@v2 + - id: get-version + uses: battila7/get-version-action@v2 - uses: actions/checkout@v2