diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 18:20:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 18:20:58 +0000 |
| commit | ba154c2e6e3c0ead8d1ca8f9433ee3e9c49c10af (patch) | |
| tree | c1da81fa25fd5a38d5e290ac5f9be0be67f8f6e9 | |
| parent | 14e976e6a46241abee20ac340f9be435e3a4d938 (diff) | |
| download | decky-installer-ba154c2e6e3c0ead8d1ca8f9433ee3e9c49c10af.tar.gz decky-installer-ba154c2e6e3c0ead8d1ca8f9433ee3e9c49c10af.zip | |
Update main.yml
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20e4196..5adf0ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + tag_name: ${{ github.ref }} + draft: true + update_latest_release: true file: "${{ github.workspace }}/gui/decky_installer.desktop;${{ github.workspace }}/gui/user_install_script.sh" verbose: true |
