diff options
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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 |
