Skip to content

Commit

Permalink
No rc version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreKr committed Mar 3, 2021
1 parent 03eb647 commit 17ee724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+'

name: Create Pre-Release

Expand All @@ -21,7 +21,7 @@ jobs:
with:
java-version: 14
- name: Build release bundle with Gradle
run: ./gradlew packageDistribution -x test -Pservice.version=${{ steps.get_version.outputs.version-without-v }}
run: ./gradlew packageDistribution -x test #-Pservice.version=${{ steps.get_version.outputs.version-without-v }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 17ee724

Please sign in to comment.