Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Jan 23, 2024
1 parent 3d5d210 commit dbdcd18
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v4
- name: 'Set up Java'
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v1
with:
distribution: 'oracle'
java-version: 21
- name: 'Count modules'
id: count-modules
run: echo ::set-output name=size::$(wc --lines < com.github.sormuras.modules/com/github/sormuras/modules/modules.properties)
run: echo "size=$(wc --lines < com.github.sormuras.modules/com/github/sormuras/modules/modules.properties)" >> $GITHUB_OUTPUT
- name: 'Build with Bach'
run: |
PATH=.bach/bin:$PATH
Expand Down

0 comments on commit dbdcd18

Please sign in to comment.