Skip to content

Commit

Permalink
[CI] Bump release workflow to adhere new github set-output convention (
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Jan 22, 2023
1 parent 767cf6a commit bbc7d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: convictional/[email protected].3
- uses: convictional/[email protected].5
with:
owner: mlrun
repo: mlrun
Expand All @@ -66,7 +66,7 @@ jobs:
if: ${{ !contains(github.event.inputs.skip_images, 'ui') }}

steps:
- uses: convictional/[email protected].3
- uses: convictional/[email protected].5
with:
owner: mlrun
repo: ui
Expand Down

0 comments on commit bbc7d14

Please sign in to comment.