mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
Removed un-needed trimming
This commit is contained in:
@@ -117,10 +117,10 @@ jobs:
|
|||||||
id: ready_tag
|
id: ready_tag
|
||||||
run: |
|
run: |
|
||||||
export VERSION=${{ steps.old_tag.outputs.tag }}
|
export VERSION=${{ steps.old_tag.outputs.tag }}
|
||||||
export SEMVER=$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)
|
# export SEMVER=$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)
|
||||||
echo "VERS: $VERSION"
|
echo "VERS: $VERSION"
|
||||||
echo "TO SEMVER: $SEMVER"
|
# echo "TO SEMVER: $SEMVER"
|
||||||
OUT=$(semver bump prerel "$SEMVER")-pre
|
OUT=$(semver bump prerel "$VERSION")
|
||||||
echo "OUT: $OUT"
|
echo "OUT: $OUT"
|
||||||
echo ::set-output name=tag_name::$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)-pre
|
echo ::set-output name=tag_name::$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)-pre
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
if: ${{ steps.ready_tag.outputs.tag_name && github.event_name == 'workflow_dispatch' }}
|
if: ${{ steps.ready_tag.outputs.tag_name && github.event_name == 'workflow_dispatch' }}
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.ready_tag.outputs.tag_name }}
|
tag: ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
message: Nightly ${{ steps.ready_tag.outputs.tag_name }}
|
message: Pre-release ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
|
|
||||||
# - name: Release 📦
|
# - name: Release 📦
|
||||||
# uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user