Skip to content

Commit

Permalink
Add runs-on setting for workflow (#292)
Browse files Browse the repository at this point in the history
## Issue
Publish library job contains error

## Solution
Fix the workflow for release
  • Loading branch information
dmitry-ratushnyy authored Nov 2, 2023
1 parent 2c71ee4 commit 510c0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_5_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

release-libraries:
name: Release libraries
runs-on: ubuntu-latest
needs:
- ci-tests
- release-charm
Expand Down

0 comments on commit 510c0b2

Please sign in to comment.