Skip to content

Commit

Permalink
Run release CI jobs for tagged version, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Dec 8, 2024
1 parent 246339b commit e27a562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
needs: validation
steps:
- uses: actions/checkout@v4
with:
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'

- name: "Install Rust (uncached)"
run: rustup update stable
Expand All @@ -115,6 +117,8 @@ jobs:
needs: validation
steps:
- uses: actions/checkout@v4
with:
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'

- name: "Install Rust (uncached)"
run: rustup update stable
Expand All @@ -136,6 +140,8 @@ jobs:
needs: validation
steps:
- uses: actions/checkout@v4
with:
ref: 'v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'

- name: "Install Rust (uncached)"
run: rustup update stable
Expand Down

0 comments on commit e27a562

Please sign in to comment.