We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958c225 commit 46b0a20Copy full SHA for 46b0a20
.github/workflows/dispatch-release.yml
@@ -76,7 +76,7 @@ jobs:
76
branch_name=${{github.event.inputs.branch_name}}
77
78
gh workflow run release.yml \
79
- -f ref=main \
+ --ref main \
80
-f releaseVersion="$version"
81
-f gitReference="$branch_name"
82
0 commit comments