From 51c5ef609dce19c77d1484f4895d8ae140761973 Mon Sep 17 00:00:00 2001 From: KevinBytesTheDust Date: Sat, 27 Jul 2024 17:58:35 +0200 Subject: [PATCH 1/2] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c296ad3..ca62fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cvamp" -version = "0.7.0" +version = "0.7.1" description = "Viewer Amplifier bot with playwright. Spawns low-resolution muted Chrome instances with proxy & user-agent. Requires HTTP proxies." authors = ["KevinBytesTheDust "] From 1b5f8e9f09cb00ad4590f695ee9b9b318e2261de Mon Sep 17 00:00:00 2001 From: KevinBytesTheDust Date: Sat, 27 Jul 2024 18:10:14 +0200 Subject: [PATCH 2/2] remove experimental tag --- .github/workflows/build_release_draft.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_release_draft.yml b/.github/workflows/build_release_draft.yml index 5625612..d5b2996 100644 --- a/.github/workflows/build_release_draft.yml +++ b/.github/workflows/build_release_draft.yml @@ -40,11 +40,7 @@ jobs: shell: bash run: | export today=$(date +'%Y%m%d') - if [ "$RUNNER_OS" == "Windows" ]; then - echo "output_filename=CVAmp${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}" >> $GITHUB_ENV - else - echo "output_filename=CVAmp${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}_experimental" >> $GITHUB_ENV - fi + echo "output_filename=CVAmp_v${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}" >> $GITHUB_ENV - name: Build executable shell: bash @@ -83,7 +79,7 @@ jobs: - name: Create draft release with artifacts uses: softprops/action-gh-release@v1 with: - name: CVAmp GUI ${{github.ref_name}} + name: CVAmp ${{github.ref_name}} body_path: docs/release_template_text.md prerelease: false draft: true