Skip to content

Commit

Permalink
chore: Deprecate npm_package argument (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Dec 18, 2023
1 parent b24454b commit a152bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-gh-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
description: 'Specify the version for this release'
type: string
npm_package:
required: true
description: 'npm package of the release repo'
required: false
description: 'npm package of the release repo (deprecated)'
type: string
commit:
required: false
required: true
description: 'commit to generate release notes'
type: string

Expand Down

0 comments on commit a152bb0

Please sign in to comment.