Enable release snapshots for all commits

Not just for tagged releases.
This commit is contained in:
Antonin Delpeuch 2020-03-20 13:45:26 +00:00 committed by GitHub
parent 67e00bb63a
commit f8adf29df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,8 @@ name: Java CI
on: on:
push: push:
# Sequence of patterns matched against refs/tags branches:
tags: - master
- 'v*' # Push events to matching v*, i.e. v1.0
jobs: jobs:
build: build:
@ -73,4 +72,4 @@ jobs:
upload_url: ${{ env.API_RELEASE }} upload_url: ${{ env.API_RELEASE }}
asset_path: ./packaging/target/openrefine-mac-${{ env.OR_VERSION }}.dmg asset_path: ./packaging/target/openrefine-mac-${{ env.OR_VERSION }}.dmg
asset_name: 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