Skip to content

Commit

Permalink
chnage inputs descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 25, 2024
1 parent 2383267 commit 68186cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-40_publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:
inputs:
tag:
description: Current final release tag in the format stableYYMM
default: stable2412
description: Current final release tag in the format polakdot-stableYYMM or polkadot-stable-YYMM-X
default: polakdot-stable2412
required: true
type: string

distribution:
description: Distribution where to publish deb package (release, staging, stable2407, etc)
default: release
default: staging
required: true
type: string

Expand Down

0 comments on commit 68186cf

Please sign in to comment.