mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:11:59 +00:00
Whoopsie
This commit is contained in:
@@ -159,14 +159,14 @@ jobs:
|
|||||||
uses: rez0n/actions-github-release@main
|
uses: rez0n/actions-github-release@main
|
||||||
id: latest_release
|
id: latest_release
|
||||||
env:
|
env:
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repository: "SteamDeckHomebrew/decky-loader"
|
repository: "SteamDeckHomebrew/decky-loader"
|
||||||
type: "nodraft"
|
type: "nodraft"
|
||||||
|
|
||||||
- name: Prepare tag ⚙️
|
- name: Prepare tag ⚙️
|
||||||
id: ready_tag
|
id: ready_tag
|
||||||
run: |
|
run: |
|
||||||
export VERSION="2.0.5"
|
export VERSION=${{ steps.latest_release.outputs.release }}
|
||||||
echo "VERS: $VERSION"
|
echo "VERS: $VERSION"
|
||||||
OUT=""
|
OUT=""
|
||||||
if [[ ! "$VERSION" =~ "-pre" ]]; then
|
if [[ ! "$VERSION" =~ "-pre" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user