diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 18fd568..924a771 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "1.2.1", + "version": "1.2.6", "commands": [ "csharpier" ] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abf135f..2834de0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: - name: Build & Publish Plugin if: github.ref == 'refs/heads/master' + shell: bash run: ./gradlew publishPlugin -PBuildConfiguration="Release" -PPublishToken="$PUBLISH_KEY" --parallel --build-cache env: PUBLISH_KEY: ${{ secrets.PublishKey }}