Skip to content

Commit

Permalink
fix!: remove use of deprecationMessage (does not work) (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 11, 2023
1 parent 8de53b8 commit b29384f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ on:
type: string
description: path to the release-please versions manifest
default: .release-please-manifest.json
bump-minor-pre-major:
type: boolean
default: true
deprecationMessage: should be specified in manifest-file
extra-files:
type: string
description: add extra-files to bump using the release-please generic updater
deprecationMessage: should be specified in manifest-file
secrets:
STATNETT_BOT_APP_ID:
required: true
Expand Down Expand Up @@ -63,8 +55,6 @@ jobs:
- id: release
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
bump-minor-pre-major: ${{ inputs.bump-minor-pre-major }}
extra-files: ${{ inputs.extra-files }}
manifest-file: ${{ inputs.manifest-file }}
release-type: ${{ inputs.release-type }}
token: ${{ steps.token.outputs.token }}

0 comments on commit b29384f

Please sign in to comment.