Skip to content

Commit e27a562

Browse files
committed
Run release CI jobs for tagged version, not master
1 parent 246339b commit e27a562

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-version.yml

+6
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
needs: validation
104104
steps:
105105
- uses: actions/checkout@v4
106+
with:
107+
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
106108

107109
- name: "Install Rust (uncached)"
108110
run: rustup update stable
@@ -115,6 +117,8 @@ jobs:
115117
needs: validation
116118
steps:
117119
- uses: actions/checkout@v4
120+
with:
121+
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
118122

119123
- name: "Install Rust (uncached)"
120124
run: rustup update stable
@@ -136,6 +140,8 @@ jobs:
136140
needs: validation
137141
steps:
138142
- uses: actions/checkout@v4
143+
with:
144+
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
139145

140146
- name: "Install Rust (uncached)"
141147
run: rustup update stable

0 commit comments

Comments
 (0)