diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b47640..f0b6d4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: path: dist publish-release: - if: startsWith(github.ref, 'refs/tags/v') + if: github.ref_type == 'tag' runs-on: ubuntu-latest needs: build @@ -44,4 +44,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - diff --git a/build/OpenFusionClient.exe.manifest b/build/OpenFusionClient.exe.manifest index 9fecf7e..4f3cbb3 100644 --- a/build/OpenFusionClient.exe.manifest +++ b/build/OpenFusionClient.exe.manifest @@ -1,6 +1,6 @@ - + diff --git a/package-lock.json b/package-lock.json index 8a655d6..22717ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "OpenFusionClient", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "OpenFusionClient", - "version": "1.5.1", + "version": "1.5.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3c47188..da9c7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenFusionClient", - "version": "1.5.1", + "version": "1.5.2", "description": "OpenFusionClient", "main": "index.js", "scripts": {