Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jul 26, 2023
1 parent 1ce2dcd commit a9cf3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup Gradle and run build
uses: gradle/[email protected]
with:
arguments: build
arguments: build -x test
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a9cf3a5

Please sign in to comment.