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 1e908d8 commit 64b58f8Copy full SHA for 64b58f8
.github/workflows/pre-release.yml
@@ -68,7 +68,7 @@ jobs:
68
persist-credentials: false
69
fetch-depth: 0
70
fetch-tags: true
71
- ref: trunk
+ ref: release-preparation-${{ github.event.inputs.version }}
72
- name: Install Ruby
73
uses: ruby/setup-ruby@v1
74
with:
0 commit comments