Skip to content

Commit

Permalink
ci(release): update jobs dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Apr 14, 2023
1 parent 132b7c5 commit 09638c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ jobs:
name: Release
needs:
- e2e
- semver
runs-on: ubuntu-22.04
outputs:
last: ${{ steps.release.outputs.last_release_version }}
Expand Down Expand Up @@ -288,8 +289,8 @@ jobs:
shell: python
env:
PYTHONPATH: ${{ github.workspace }}/repository/.github
SRDRY_CHANNEL: ${{ steps.semver.outputs.channel }}
SRDRY_VERSION: ${{ steps.semver.outputs.version }}
SRDRY_CHANNEL: ${{ needs.semver.outputs.channel }}
SRDRY_VERSION: ${{ needs.semver.outputs.version }}
SR_LAST: ${{ steps.release.outputs.last_release_version }}
SR_PUBLISHED: ${{ steps.release.outputs.new_release_published }}
SR_CHANNEL: ${{ steps.release.outputs.new_release_channel }}
Expand Down

0 comments on commit 09638c8

Please sign in to comment.