Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 14, 2024
1 parent 74003e8 commit d5dfda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
branch:
description: 'Branch to release from'
required: true
default: 'main'
default: '1.x'

jobs:
release:
runs-on: ubuntu-22.04
if: github.repository_owner == 'Apicurio'
steps:

- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
Expand All @@ -30,7 +30,7 @@ jobs:


- name: Set up Maven
uses: stCarolas/setup-maven@v4
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.6.3'

Expand Down

0 comments on commit d5dfda3

Please sign in to comment.