Skip to content

Commit

Permalink
#479 bug fixed removed a needs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 17, 2024
1 parent 29e8176 commit a62d438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ on:
required: true
default: "X.Y.Z-SNAPSHOT"
dryRun:
description: "Whether to perform a dry run"
description: "Perform a dry run"
required: true
default: false
type: boolean
jobs:
build:
needs: dry-run
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@feature/dry-run
with:
branch: ${{ github.event.inputs.branch }}
Expand All @@ -41,4 +40,3 @@ jobs:
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
sonar_token: ${{ secrets.SONAR_TOKEN }}

0 comments on commit a62d438

Please sign in to comment.