mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 15:26:53 +02:00
Merge pull request #19 from ripmeapp2/feature/latest-per-branch
github ref name into latest tag, #12
This commit is contained in:
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
@@ -20,6 +20,10 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Set environment CI_ variables
|
||||||
|
id: ci-env
|
||||||
|
uses: FranzDiebold/github-env-vars-action@v2
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
@@ -52,9 +56,9 @@ jobs:
|
|||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest"
|
automatic_release_tag: "latest-${{ env.CI_REF_NAME_SLUG }}"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: "development build"
|
title: "development build ${{ env.CI_REF_NAME }}"
|
||||||
files: |
|
files: |
|
||||||
build/libs/*.jar
|
build/libs/*.jar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user