Skip to content

Commit

Permalink
Fix error in PublishDraftRelease.yml\
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Aug 13, 2024
1 parent 1230675 commit 53211a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PublishDraftRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
on:
workflow_dispatch:
inputs:
version:
description: 'Release version (must match a mileston)'
packageVersion:
description: "Package version for release\r\nNOTE: Version must match a milestone"
required: true
type: string

Expand All @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_CP }}

run: dotnet cake --target=CreateDraftRelease --packageVersion="${{ inputs.version }}"
run: dotnet cake --target=CreateDraftRelease --packageVersion="${{ inputs.packageVersion }}"

0 comments on commit 53211a6

Please sign in to comment.