Skip to content

Commit

Permalink
Fix/ci version (#18)
Browse files Browse the repository at this point in the history
* build on main without versionsuffix

Co-authored-by: Martin Lemanski <martin.lemanski@gmx.at>
  • Loading branch information
mlem and Martin Lemanski committed Oct 14, 2022
1 parent 8c7b5d4 commit 053f72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
PZ_VERSION: "41.76"
VERSIONSUFFIX: ${{ secrets.VERSIONSUFFIX }}
steps:
# Checkout repository
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +82,7 @@ jobs:
- name: Assemble distributions
uses: burrunan/gradle-cache-action@v1
with:
arguments: distZip distTar -s
arguments: distZip distTar -s -PversionSuffix=${{ env.VERSIONSUFFIX }}
# Run unit tests with gradle
- name: Run Unit Tests
uses: burrunan/gradle-cache-action@v1
Expand Down

0 comments on commit 053f72b

Please sign in to comment.