Skip to content

Commit

Permalink
Don't upload JAR if not building a release
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 6, 2024
1 parent 46f3ce0 commit caa8ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ jobs:
asset_path: ./target/student-mobility-inteken-ontvanger-generiek-${{ steps.versioncheck.outputs.version }}.jar
asset_name: student-mobility-inteken-ontvanger-generiek-${{ steps.versioncheck.outputs.version }}.jar
asset_content_type: application/java-archive
if: github.event_name != 'workflow_dispatch'

0 comments on commit caa8ea6

Please sign in to comment.