summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-09-05 20:13:08 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-09-05 20:13:08 -0700
commitadc1a792fbd1caa81a6a36859fc2acd6ad4c3c04 (patch)
tree57636dc518422d101df32df0c2cefbc96a3d346c
parent6347ad08566928cc0d5810acecfde9bbd5e39c26 (diff)
downloaddecky-loader-adc1a792fbd1caa81a6a36859fc2acd6ad4c3c04.tar.gz
decky-loader-adc1a792fbd1caa81a6a36859fc2acd6ad4c3c04.zip
Whoopsie
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
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