diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-08-11 20:37:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-11 20:37:46 -0700 |
| commit | 463403be232a37f02681e7ad290c798e3bf4cdda (patch) | |
| tree | a8986ca4169ea57f52d790f25fabe9dfe6c60c2f /.github/workflows | |
| parent | b68eaca55d0e71ce3e9073ed9e00653e054b24dd (diff) | |
| download | decky-loader-463403be232a37f02681e7ad290c798e3bf4cdda.tar.gz decky-loader-463403be232a37f02681e7ad290c798e3bf4cdda.zip | |
Update build.ymlv2.0.5-pre.4
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d4e0df7..2518c6cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: echo "VERS: $VERSION" OUT=$(semver bump prerel "$VERSION") echo "OUT: $OUT" - echo ::set-output name=tag_name::$OUT + echo ::set-output name=tag_name::v$OUT - name: Push tag 📤 uses: rickstaa/action-create-tag@v1.3.2 |
