Skip to content

Commit a055d8e

Browse files
authored
Merge pull request #210 from praw-dev/fix_prepare_prelease_workflow
Provide necessary arguments to prepare_release workflow
2 parents f6ff908 + 12f1f84 commit a055d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ jobs:
44
secrets: inherit
55
uses: praw-dev/.github/.github/workflows/prepare_release.yml@main
66
with:
7+
package: prawcore
78
version: ${{ inputs.version }}
9+
version_file: __init__.py
810
name: Prepare Release
911
on:
1012
workflow_dispatch:

0 commit comments

Comments
 (0)