diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d465c2e..cbfb92d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -60,10 +60,4 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') && env.GITHUB_TOKEN != '' }} run: | gh release create ${{env.CURRENT_VERSION}} ./LockPDFyMaui/bin/Release/net10.0-android/publish/*.apk --generate-notes - - name: Github prerelease - shell: bash - env: - GITHUB_TOKEN: ${{ github.TOKEN }} - if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') == false && env.GITHUB_TOKEN != '' }} - run: | - gh release create ${{env.CURRENT_VERSION}} ./LockPDFyMaui/bin/Release/net10.0-android/publish/*.apk --prerelease --generate-notes + diff --git a/LockPDFy/LockPDFy.csproj b/LockPDFy/LockPDFy.csproj index 108f038..057de55 100644 --- a/LockPDFy/LockPDFy.csproj +++ b/LockPDFy/LockPDFy.csproj @@ -6,7 +6,7 @@ - +