Skip to content

Commit

Permalink
Merge pull request #100 from CulverLab/upgrade-java
Browse files Browse the repository at this point in the history
Working on prerelease builds
  • Loading branch information
Chris-Schnaufer authored Jul 2, 2024
2 parents 8830b32 + 18230bb commit bda7c68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "pre-release"

on:
push:
branches: [ Sanimal-No-ES ]
tags-ignore:
- "*"
tags:
- "v*"
workflow_dispatch:

jobs:
Expand All @@ -21,7 +20,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: pre-release
tag_name: prerelease
release_name: Development Build
draft: true
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Checkout source code"
uses: actions/checkout@v2

- name: Set up JDK 15
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
Expand Down

0 comments on commit bda7c68

Please sign in to comment.