Skip to content

Commit

Permalink
md5, asc
Browse files Browse the repository at this point in the history
  • Loading branch information
predic8 committed Aug 5, 2024
1 parent 09fcb81 commit a56ede1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
mvn \
--no-transfer-progress \
--batch-mode \
-DskipTests \
# -DskipTests \
clean verify
- name: Create Release ${{ inputs.version }}
uses: ncipollo/release-action@v1
with:
Expand All @@ -47,5 +46,5 @@ jobs:
# makeLatest: true
# bodyFile: "distribution/release-notes/${{ steps.get_version.outputs.VERSION }}.md"
# artifacts: "target/jmediator-${{ steps.get_version.outputs.VERSION }}.zip,distribution/target/jmediator-${{ steps.get_version.outputs.VERSION }}.zip.asc"
artifacts: "target/jmediator-${{ inputs.version }}.jar,target/jmediator-${{ inputs.version }}.zip.asc"
artifacts: "target/jmediator-${{ inputs.version }}.jar,target/**.asc,target/**.md5"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a56ede1

Please sign in to comment.