Skip to content

Commit

Permalink
COE-785: create-release job needs build_upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoigt-sag authored Jan 6, 2023
1 parent aaa922e commit 9cb1740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

create-release:
runs-on: ubuntu-latest
needs: build_upload
if: github.ref == 'refs/heads/main'
steps:
- name: Create Release
Expand Down Expand Up @@ -85,4 +86,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: 'source-code.zip'
asset_name: 'oee-simulators-src.zip'
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 9cb1740

Please sign in to comment.