Skip to content

Commit

Permalink
retrigger release wf part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 12, 2024
1 parent 295b0aa commit 859f5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check if there is a parent commit
id: check-parent-commit
run: |
echo "name=sha::$(git rev-parse --verify --quiet HEAD^)" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse --verify --quiet HEAD^)" >> $GITHUB_OUTPUT
- name: Detect new version
id: check-version
Expand Down
3 changes: 3 additions & 0 deletions bioimageio/spec/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "0.5.0"
}

0 comments on commit 859f5bd

Please sign in to comment.