Skip to content

Commit

Permalink
Tweak release workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jan 30, 2024
1 parent 26e485b commit 89820b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ on:
dry_run:
description: 'Should execution abstain from mutating repository/remote state?'
required: true
default: 'true'
default: true

jobs:
build:
permissions:
contents: write
uses: 'connectorio/gh-actions-shared/.github/workflows/release.yml@master'
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand All @@ -33,4 +35,4 @@ jobs:
release_version: ${{ inputs.release_version }}
development_version: ${{ inputs.development_version }}
perform_version: ${{ inputs.perform_version }}
dry_run: ${{ inputs.dry_run }}
dry_run: ${{ inputs.dry_run == true }}

0 comments on commit 89820b4

Please sign in to comment.