Enable release snapshots for all commits
Not just for tagged releases.
This commit is contained in:
parent
67e00bb63a
commit
f8adf29df6
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -2,9 +2,8 @@ name: Java CI
|
||||
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -73,4 +72,4 @@ jobs:
|
||||
upload_url: ${{ env.API_RELEASE }}
|
||||
asset_path: ./packaging/target/openrefine-mac-${{ env.OR_VERSION }}.dmg
|
||||
asset_name: openrefine-mac-${{ env.OR_VERSION }}.dmg
|
||||
asset_content_type: application/x-apple-diskimage
|
||||
asset_content_type: application/x-apple-diskimage
|
||||
|
Loading…
Reference in New Issue
Block a user