Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
predic8 committed Jul 16, 2024
1 parent 7507811 commit 9fa0f37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
-Possrh \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
clean verify
- id: ls
name: ls
run: |
ls; \
ls target
- name: Create Release v${{ steps.get_version.outputs.VERSION }}
uses: ncipollo/release-action@v1
with:
Expand All @@ -53,5 +58,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 }}.zip,target/jmediator-${{ inputs.version }}.zip.asc"
artifacts: "target/jmediator-${{ inputs.version }}.jar,target/jmediator-${{ inputs.version }}.zip.asc"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9fa0f37

Please sign in to comment.