Skip to content

Commit

Permalink
Test the tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 28, 2023
1 parent dbe3680 commit f09201e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/java-gradle-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
required: true
type: string

changelog-file:
description: Path to the changelog file in the GitHub repository
required: false
default: "CHANGELOG.md"
type: string
gradle-cache:
description: "Whether Gradle caching is enabled or not. (Default is true)"
required: false
Expand Down Expand Up @@ -67,6 +72,7 @@ jobs:
# uses: bakdata/ci-templates/actions/[email protected]
with:
release-type: ${{ inputs.release-type }}
changelog-file: "${{ inputs.changelog-file }}"
github-email: ${{ secrets.github-email }}
github-username: ${{ secrets.github-username }}
github-token: ${{ secrets.github-token }}
Expand Down
4 changes: 4 additions & 0 deletions actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Release Java artifacts"
description: "Release Java Gradle artifacts on Github"

inputs:
changelog-file:
description: Path to the changelog file in the GitHub repository
required: false
default: "CHANGELOG.md"
release-type:
description: "Scope of the release"
required: true
Expand Down

0 comments on commit f09201e

Please sign in to comment.