Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
tchatziperis committed Nov 23, 2023
1 parent c4f8d7c commit 306e885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Publish with Gradle Wrapper
uses: gradle/[email protected]
with:
arguments: publishAllPublicationsToMavenCentralRepository --full-stacktrace
arguments: publishAllPublicationsToMavenCentral --full-stacktrace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_REF_NAME: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: build publishAllPublicationsToMavenCentralRepository --no-configuration-cache --full-stacktrace
arguments: build publishAllPublicationsToMavenCentral --no-configuration-cache --full-stacktrace
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 306e885

Please sign in to comment.