Skip to content

Commit

Permalink
Adds exemple to version-bump.yml workflow (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Sapede authored May 11, 2023
1 parent cea5852 commit 095031d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
workflow_dispatch:
inputs:
from:
description: "Polkadot version to bump from"
description: "Polkadot version to bump from (ex: v0.9.40)"
required: true
to:
description: "Polkadot version to bump to"
description: "Polkadot version to bump to (ex: v0.9.42)"
required: true

jobs:
Expand Down

0 comments on commit 095031d

Please sign in to comment.