diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31179da..c63d382 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,8 @@ name: Publish on: release: types: [published] + push: + tags: jobs: publish: diff --git a/Dockerfile b/Dockerfile index b8ca4ce..a945115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,14 +21,14 @@ RUN choco install -y \ gh \ powershell-core \ docker-cli \ - python + python \ + nodejs RUN choco install -y visualstudio2022buildtools --package-parameters \" \ --quiet --norestart \ --add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools \ --add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools \ --add Microsoft.NetCore.Component.SDK \ - --add Microsoft.Net.Component.4.6.1.TargetingPack \ --add Microsoft.Net.Component.4.8.TargetingPack \ \"