This commit is contained in:
TrainDoctor
2022-09-05 20:13:08 -07:00
parent 6347ad0856
commit adc1a792fb

View File

@@ -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