We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbc7d8 commit a67d1b8Copy full SHA for a67d1b8
.github/workflows/release.yaml
@@ -80,6 +80,8 @@ jobs:
80
runs-on: ubuntu-latest
81
steps:
82
- uses: actions/checkout@v3
83
+ with:
84
+ ref: ${{ github.event.inputs.branch }}
85
86
- uses: actions/setup-node@v3
87
with:
0 commit comments