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 818470e commit 3ad1272Copy full SHA for 3ad1272
.github/workflows/ci.yml
@@ -86,6 +86,8 @@ jobs:
86
steps:
87
- name: Checkout
88
uses: actions/checkout@v4
89
+ with:
90
+ ref: ${{ needs.release.outputs.git-tag }}
91
- name: Write VERSION file
92
run: echo ${{ needs.release.outputs.git-tag }} > VERSION
93
- name: Login to Registry
0 commit comments