Skip to content

Commit 8243ce1

Browse files
authored
chore: Fix duplicate steps (#122)
1 parent 7419d59 commit 8243ce1

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636

37-
- name: Get Rust version
38-
id: rust-version
39-
run: cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
40-
4137
- name: Get Rust version
4238
id: rust-version
4339
run: cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT

.github/workflows/release-please.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
id: rust-version
2828
run: cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
2929

30-
- name: Get Rust version
31-
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
32-
id: rust-version
33-
run: cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
34-
3530
- name: Setup rust tooling
3631
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
3732
run: |

0 commit comments

Comments
 (0)