Skip to content

Commit 09638c8

Browse files
committed
ci(release): update jobs dependancies
1 parent 132b7c5 commit 09638c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ jobs:
253253
name: Release
254254
needs:
255255
- e2e
256+
- semver
256257
runs-on: ubuntu-22.04
257258
outputs:
258259
last: ${{ steps.release.outputs.last_release_version }}
@@ -288,8 +289,8 @@ jobs:
288289
shell: python
289290
env:
290291
PYTHONPATH: ${{ github.workspace }}/repository/.github
291-
SRDRY_CHANNEL: ${{ steps.semver.outputs.channel }}
292-
SRDRY_VERSION: ${{ steps.semver.outputs.version }}
292+
SRDRY_CHANNEL: ${{ needs.semver.outputs.channel }}
293+
SRDRY_VERSION: ${{ needs.semver.outputs.version }}
293294
SR_LAST: ${{ steps.release.outputs.last_release_version }}
294295
SR_PUBLISHED: ${{ steps.release.outputs.new_release_published }}
295296
SR_CHANNEL: ${{ steps.release.outputs.new_release_channel }}

0 commit comments

Comments
 (0)