Skip to content

Commit

Permalink
Merge pull request #210 from praw-dev/fix_prepare_prelease_workflow
Browse files Browse the repository at this point in the history
Provide necessary arguments to prepare_release workflow
  • Loading branch information
bboe authored Feb 10, 2025
2 parents f6ff908 + 12f1f84 commit a055d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
secrets: inherit
uses: praw-dev/.github/.github/workflows/prepare_release.yml@main
with:
package: prawcore
version: ${{ inputs.version }}
version_file: __init__.py
name: Prepare Release
on:
workflow_dispatch:
Expand Down

0 comments on commit a055d8e

Please sign in to comment.