Skip to content

Commit

Permalink
Fix invalid runner tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bongiovanni committed Dec 7, 2022
1 parent 4437a73 commit 3352b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
create-release:
name: Create release
needs: [compile-interim-report]
runs-on: ubuntu latest
runs-on: ubuntu-latest
steps:
- name: Download interim report artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3352b0f

Please sign in to comment.