Skip to content

Commit eb440ef

Browse files
authored
Merge pull request #99 from praw-dev/fix_prepare_release_workflow
Provide necessary arguments to prepare_release workflow
2 parents 0bc7a1f + 4fd58f7 commit eb440ef

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: asyncprawcore
78
version: ${{ inputs.version }}
9+
version_file: __init__.py
810
name: Prepare Release
911
on:
1012
workflow_dispatch:

0 commit comments

Comments
 (0)