diff --git a/.github/workflows/deploy_github_signed_windows.yml b/.github/workflows/deploy_github_signed_windows.yml index f1746ee..fdbdc20 100644 --- a/.github/workflows/deploy_github_signed_windows.yml +++ b/.github/workflows/deploy_github_signed_windows.yml @@ -62,7 +62,6 @@ jobs: output-artifact-directory: 'build-recipes/dist/PyJibe' parameters: | Version: "${{ env.RELEASE_VERSION }}" - Release_Tag: ${{ env.RELEASE_VERSION }} - name: Create Windows installer working-directory: ./build-recipes run: | @@ -90,7 +89,6 @@ jobs: output-artifact-directory: 'build-recipes/Output' parameters: | Version: "${{ env.RELEASE_VERSION }}" - Release_Tag: ${{ env.RELEASE_VERSION }} - name: Rename windows installer to signed shell: bash run: | diff --git a/CHANGELOG b/CHANGELOG index d5bafbf..78f578b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.15.7 + - build: maintenance 0.15.6 - build: maintenance 0.15.5