Skip to content

Commit

Permalink
Small tweaks to GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 28, 2022
1 parent 14e8a1d commit c3bafbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "VERSION=$(echo $version)" >> $GITHUB_OUTPUT
release:
name: release
name: Release
needs: [precheck]
if: endsWith(${{ needs.precheck.outputs.VERSION }}, '-SNAPSHOT')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -92,5 +92,5 @@ jobs:
with:
name: jreleaser
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties
target/jreleaser/trace.log
target/jreleaser/output.properties

0 comments on commit c3bafbd

Please sign in to comment.