diff --git a/.github/MinifyVersionPublishToFolder/Program.cs b/.github/MinifyVersionPublishToFolder/Program.cs index 44b93bd..bbe9d6d 100644 --- a/.github/MinifyVersionPublishToFolder/Program.cs +++ b/.github/MinifyVersionPublishToFolder/Program.cs @@ -252,7 +252,7 @@ static void Main(string[] args) } else { - Environment.SetEnvironmentVariable("$GITHUB_OUTPUT", $"version={version}"); + Environment.SetEnvironmentVariable("GITHUB_OUTPUT", $"version={version}"); Echo.Notice.WriteLine($"Minified {filename}, version={version} to {args[1]}, added sha384 hash to {Path.GetFileName(integrityfilepath)}"); } diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e72fc1b..7225662 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest needs: publish steps: - - name: release + - name: create release env: VERSION: ${{needs.publish.outputs.version}} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/vgauge.js b/vgauge.js index 3a735f9..71c107e 100644 --- a/vgauge.js +++ b/vgauge.js @@ -1,4 +1,4 @@ -// vgauge.js 1.0.5, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. +// vgauge.js 1.0.6, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. class VGauge { static isNonEmptyString(s) {