Skip to content

Commit

Permalink
Downgrade github action to fix maven central deployment (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Feb 21, 2024
1 parent 55f77e2 commit cef3946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pk_generated_parent.pom linguist-genera
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
#.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
4 changes: 1 addition & 3 deletions .github/workflows/release_droid_release_on_maven_central.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Generated by Project Keeper
# https://github.com/exasol/project-keeper/blob/main/project-keeper/src/main/resources/templates/.github/workflows/release_droid_release_on_maven_central.yml
name: Release Droid - Release On Maven Central
on:
workflow_dispatch:
Expand All @@ -13,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: |
Expand Down
2 changes: 2 additions & 0 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sources:
modules:
- maven_central
- integration_tests
excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_release_on_maven_central.yml'"
build:
runnerOs: ubuntu-latest
freeDiskSpace: true
Expand Down

0 comments on commit cef3946

Please sign in to comment.