Skip to content

Commit

Permalink
fix release-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavidgit committed Oct 7, 2024
1 parent 4a9b86c commit a4e4bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Release to GitHub releases
uses: softprops/action-gh-release@v1
with:
files: "extensions/extension-signature/target/signature-*.jar"
files: "extensions/extension-signature/target/keycloak-signature-*.jar"
body_path: "CHANGELOG.md"
fail_on_unmatched_files: true
tag_name: ${{ github.event.inputs.releaseVersion }}
Expand Down

0 comments on commit a4e4bb7

Please sign in to comment.