We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246339b commit e27a562Copy full SHA for e27a562
.github/workflows/release-version.yml
@@ -103,6 +103,8 @@ jobs:
103
needs: validation
104
steps:
105
- uses: actions/checkout@v4
106
+ with:
107
+ ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
108
109
- name: "Install Rust (uncached)"
110
run: rustup update stable
@@ -115,6 +117,8 @@ jobs:
115
117
116
118
119
120
121
122
123
124
@@ -136,6 +140,8 @@ jobs:
136
140
137
141
138
142
143
144
139
145
146
147
0 commit comments