Skip to content

Commit

Permalink
Configure CI to autocreate release
Browse files Browse the repository at this point in the history
  • Loading branch information
EpiCanard committed Jul 31, 2022
1 parent 3775fe2 commit b5b1d0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Scala CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]

Expand All @@ -25,3 +26,9 @@ jobs:
with:
name: mapsaver
path: target/scala-2.13/MapSaver-*.jar
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: target/scala-2.13/MapSaver-*.jar

0 comments on commit b5b1d0f

Please sign in to comment.