Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Dec 20, 2024
1 parent f8f9a2a commit c27ef7d
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
@@ -1,10 +1,10 @@
name: Release - Publish polakdot deb package
name: Release - Publish polkadot deb package

on:
workflow_dispatch:
inputs:
tag:
description: Current final release tag in the format polakdot-stableYYMM or polkadot-stable-YYMM-X
description: Current final release tag in the format polkadot-stableYYMM or polkadot-stable-YYMM-X
default: polkadot-stable2412
required: true
type: string
Expand All @@ -17,7 +17,7 @@ on:

jobs:
check-synchronization:
uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@main
uses: paritytech-release/sync-workflows/.github/workflows/check-synchronization.yml@main

validate-inputs:
needs: [check-synchronization]
Expand Down

0 comments on commit c27ef7d

Please sign in to comment.