Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Sep 2, 2024
1 parent 862c1eb commit 27277d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "ORG_GRADLE_PROJECT_VERSION_NAME=$(git describe --tags --abbrev=0 | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.)-SNAPSHOT" >> $GITHUB_ENV
- uses: gradle/setup-gradle@v4
- uses: gradle/actions/setup-gradle@v4

- name: Publish
run: ./gradlew publishToMavenCentral
Expand Down

0 comments on commit 27277d4

Please sign in to comment.