From ad1e791ef8712903422bc629242d65a657c0bda4 Mon Sep 17 00:00:00 2001 From: Elias Lundell Date: Thu, 19 Dec 2024 21:52:01 +0100 Subject: [PATCH] Fix typo --- .github/workflows/jreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jreleaser.yml b/.github/workflows/jreleaser.yml index a4c05d2a..cafab1d0 100644 --- a/.github/workflows/jreleaser.yml +++ b/.github/workflows/jreleaser.yml @@ -82,7 +82,7 @@ jobs: POM_CHANGED: true # the version has changed, new lockfile is needed COMMIT_UPDATED_LOCKFILE: true run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.0 - bash: shell + shell: bash - name: commit changes run: | git checkout -b ${{ env.BRANCH_NAME }} @@ -134,7 +134,7 @@ jobs: POM_CHANGED: true # the version has changed, new lockfile is needed COMMIT_UPDATED_LOCKFILE: true run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.0 - bash: shell + shell: bash # Commit and push changes - name: Commit & Push changes run: |