From adc1a792fbd1caa81a6a36859fc2acd6ad4c3c04 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Mon, 5 Sep 2022 20:13:08 -0700 Subject: Whoopsie --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 310f4fa6..5173cd19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,14 +159,14 @@ jobs: uses: rez0n/actions-github-release@main id: latest_release env: - # token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} repository: "SteamDeckHomebrew/decky-loader" type: "nodraft" - name: Prepare tag ⚙️ id: ready_tag run: | - export VERSION="2.0.5" + export VERSION=${{ steps.latest_release.outputs.release }} echo "VERS: $VERSION" OUT="" if [[ ! "$VERSION" =~ "-pre" ]]; then -- cgit v1.2.3