From f3eb93d485e2df46598a12d6bc945b6fa9d1579b Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Wed, 14 Sep 2022 09:33:28 +0900 Subject: [PATCH] wip --- .github/{next_semver.py => next-semver.py} | 0 .github/workflows/crond-bump-version.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{next_semver.py => next-semver.py} (100%) diff --git a/.github/next_semver.py b/.github/next-semver.py similarity index 100% rename from .github/next_semver.py rename to .github/next-semver.py diff --git a/.github/workflows/crond-bump-version.yml b/.github/workflows/crond-bump-version.yml index 47a8a423..8918c9d0 100644 --- a/.github/workflows/crond-bump-version.yml +++ b/.github/workflows/crond-bump-version.yml @@ -48,7 +48,7 @@ jobs: - name: Get the next version id: versions run: | - NEXT_VERSION=$(echo ${{ steps.defines.outputs.prev_tag }} | python3 "${GITHUB_WORKSPACE}"/.github/next_semver.py ${{ steps.semver.outputs.value }}) + NEXT_VERSION=$(echo ${{ steps.defines.outputs.prev_tag }} | python3 "${GITHUB_WORKSPACE}"/.github/next-semver.py ${{ steps.semver.outputs.value }}) echo "NEXT_VERSION=$NEXT_VERSION" echo "::set-output name=next_version::$NEXT_VERSION" echo "::set-output name=next_tag::oni-comb-${{ steps.defines.outputs.target_dir }}-rs-v$NEXT_VERSION"