diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e57aa5..9c142eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: - name: Check if release already exists id: check + shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -36,6 +37,7 @@ jobs: - name: Create release if: steps.check.outputs.EXISTS == 'false' + shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | diff --git a/src/PlanViewer.App/PlanViewer.App.csproj b/src/PlanViewer.App/PlanViewer.App.csproj index a97e9b8..a3b9da9 100644 --- a/src/PlanViewer.App/PlanViewer.App.csproj +++ b/src/PlanViewer.App/PlanViewer.App.csproj @@ -5,7 +5,7 @@ enable app.manifest true - 0.8.1 + 0.8.2 Erik Darling Darling Data LLC Performance Studio diff --git a/src/PlanViewer.Cli/PlanViewer.Cli.csproj b/src/PlanViewer.Cli/PlanViewer.Cli.csproj index 2991021..22b4195 100644 --- a/src/PlanViewer.Cli/PlanViewer.Cli.csproj +++ b/src/PlanViewer.Cli/PlanViewer.Cli.csproj @@ -11,7 +11,7 @@ enable PlanViewer.Cli planview - 0.8.1 + 0.8.2 Erik Darling Darling Data LLC Performance Studio