Skip to content

Commit

Permalink
Update gradle-publish-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode authored Dec 14, 2024
1 parent c719382 commit fc695c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -32,6 +31,8 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
with:
cache-disabled: true

- name: Extract branch name
shell: bash
Expand Down

0 comments on commit fc695c1

Please sign in to comment.