Update version and workflow

This commit is contained in:
unknown 2024-06-16 11:53:22 +03:30
parent 22deb9d42d
commit c941ac8f86
No known key found for this signature in database
GPG Key ID: C2CA486E4F771093
2 changed files with 6 additions and 2 deletions

View File

@ -255,7 +255,11 @@ jobs:
with:
name: Deployment-${{ github.sha }}
path: deployment
- name: PreRelease
if: github.event.inputs.publish == 'p'
run: |
./ghr -prerelease -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment
- name: Release
if: github.event.inputs.publish != 'y'
if: github.event.inputs.publish == ''
run: |
./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment

View File

@ -1 +1 @@
4.0.8-2024-06-16
4.0.8-beta.1-2024-06-16