From e600aeccc7ad74edbb8d6a60f5b3942736a9412d Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 15 Jul 2022 10:38:03 -0400 Subject: fix ci startup failure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28a3377f..45bb164c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: - name: Prepare tag ⚙️ id: ready_tag run: | - echo ::set-output name=${${{ jobs.old_tag.outputs.tag }}#"-pre"} + echo ::set-output name=${${{ steps.old_tag.outputs.tag }}#"-pre"} - name: Bump version ⏫ id: tag_version @@ -125,7 +125,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true - INITIAL_VERSION: ${{ jobs.ready_tag.outputs.name }} + INITIAL_VERSION: ${{ steps.ready_tag.outputs.name }} - name: Push tag 📤 uses: rickstaa/action-create-tag@v1.3.2 -- cgit v1.2.3