This commit is contained in:
TrainDoctor
2022-09-05 20:13:08 -07:00
parent 6347ad0856
commit adc1a792fb
+2 -2
View File
@@ -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