From eb4018ba4f22b520429d274bba474acc5b1452e7 Mon Sep 17 00:00:00 2001 From: oOBoomberOo Date: Mon, 7 Jun 2021 20:53:16 +0900 Subject: [PATCH] Fixed the missing version in megumax pipeline --- .github/workflows/automatic_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automatic_release.yml b/.github/workflows/automatic_release.yml index 1b82b71..84e178a 100644 --- a/.github/workflows/automatic_release.yml +++ b/.github/workflows/automatic_release.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v2 - uses: oOBoomberOo/megu-pipeline@v1 + with: + version: '0.3.0' - name: Build Project run: ./build