Skip to content

Commit d345f30

Browse files
Bump csharpier from 1.2.1 to 1.2.6 (#310)
* Bump csharpier from 1.2.1 to 1.2.6 --- updated-dependencies: - dependency-name: csharpier dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: add explicit bash shell to publishPlugin step Ensures consistent shell behavior across GitHub Actions runners. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Oehlert <mo1987@gmx.net>
1 parent 533fb74 commit d345f30

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "1.2.1",
6+
"version": "1.2.6",
77
"commands": [
88
"csharpier"
99
]

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Build & Publish Plugin
4444
if: github.ref == 'refs/heads/master'
45+
shell: bash
4546
run: ./gradlew publishPlugin -PBuildConfiguration="Release" -PPublishToken="$PUBLISH_KEY" --parallel --build-cache
4647
env:
4748
PUBLISH_KEY: ${{ secrets.PublishKey }}

0 commit comments

Comments
 (0)