From 69585011460bf26709d453bda8d009cd537af6f7 Mon Sep 17 00:00:00 2001 From: SallyLueNoa Date: Sun, 11 Jul 2021 22:57:32 +0900 Subject: [PATCH] Publish packages via GitHub Actions #14 * Fix build error --- .github/workflows/sandbox_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sandbox_build.yml b/.github/workflows/sandbox_build.yml index 0f4e410..d45123c 100644 --- a/.github/workflows/sandbox_build.yml +++ b/.github/workflows/sandbox_build.yml @@ -29,5 +29,5 @@ jobs: git describe --tags echo ${{ steps.get_version.outputs.VERSION1 }} echo ${{ steps.get_version.outputs.VERSION2 }} - echo ${{ GITHUB_RUN_ID }} - echo ${{ GITHUB_RUN_NUMBER }} \ No newline at end of file + echo $GITHUB_RUN_ID + echo $GITHUB_RUN_NUMBER \ No newline at end of file