Skip to content

Commit

Permalink
Update release.yml (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop authored Oct 12, 2023
1 parent 06604ae commit f6723d9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_KEY_FILE: ${{ env.SIGNING_KEY_FILE_PATH }}
static_analysis:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Java 11
uses: actions/setup-java@v2
with:
java-version: '11.0.10'
distribution: 'zulu'
- name: Run Static Analysis
uses: ./.github/actions/static_analysis
unit_test:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -138,4 +125,4 @@ jobs:
release_name: ${{ github.event.inputs.version }}
body_path: changelog_entries.md
draft: false
prerelease: false
prerelease: false

0 comments on commit f6723d9

Please sign in to comment.