Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

build:
runs-on: ubuntu-latest
needs:
- pre-artefact-creation
container:
image: ghcr.io/redvers/pony-dependency-builder:latest
steps:
Expand Down
5 changes: 5 additions & 0 deletions .release-notes/16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Fix concurrency error in release.yml file

It appears I created a concurrency error by missing a "needs:" in the yaml file resulting in multiple executions of things that shouldn't. This should fix this.