Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnh committed Dec 3, 2023
1 parent cf5eb40 commit 9e25366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions toolchain-fitnesse-plugin/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
maven-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand All @@ -29,15 +29,15 @@ jobs:
nexus_password: ${{ secrets.MAVEN_PASSWORD }}
github-release:
needs: [ maven-release ]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Java and Maven
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: 11
- name: Unsnapshot version
run: mvn versions:set -DremoveSnapshot
- id: get-version
Expand All @@ -55,7 +55,7 @@ jobs:
prerelease: false
update-version:
needs: [maven-release, github-release]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e25366

Please sign in to comment.