Skip to content

Commit

Permalink
Specify bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Mar 11, 2024
1 parent bb294df commit 332c822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
jdk: [ 21 ]
os: [ windows-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-14 ]
fail-fast: true
max-parallel: 1
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -34,6 +34,7 @@ jobs:
if: startsWith(matrix.os,'ubuntu')
run: mvn -B -DskipTests -Prelease deploy
- name: native libraries
shell: bash
if: ${{ !startsWith(matrix.os,'ubuntu') }}
run: |
REPO_ID=`mvn -Prelease nexus-staging:rc-list | grep "comgithubtjake".*OPEN | cut -d' ' -f2 | tail -1`
Expand Down

0 comments on commit 332c822

Please sign in to comment.