Skip to content

Commit

Permalink
Merge pull request #3 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Fix publish-release workflow
  • Loading branch information
NipunaMadhushan authored Dec 11, 2023
2 parents 0c57dc4 + 8bb34f4 commit a2dc748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish Release
on:
workflow_dispatch:
inputs:
distribution_version:
description: 'Ballerina distribution version (e.g.; 2201.8.0)'
ballerina_version:
description: 'Ballerina distribution version (e.g.; 2201.8.4)'
required: true
default: '2201.8.0'
default: '2201.8.4'

jobs:
publish-release:
Expand Down

0 comments on commit a2dc748

Please sign in to comment.