Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Dec 12, 2024
1 parent b3de768 commit e05817b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ on:

jobs:
java-gradle-release:
name: Java Gradle
name: Java Gradle Release
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
java-version: 21
release-type: "${{ inputs.release-type }}"
working-directory: "./word-count/code"
secrets:
github-email: "${{ secrets.GH_EMAIL }}"
github-username: "${{ secrets.GH_USERNAME }}"
github-username: "${{ secrets.GH_USERNAME }}"
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit e05817b

Please sign in to comment.