Skip to content

Commit

Permalink
Merge branch 'develop' into nonlocal_test
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Aug 23, 2024
2 parents 1fa0bdb + ecb0fa2 commit 68d450a
Show file tree
Hide file tree
Showing 6 changed files with 1,725 additions and 1,425 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
type=semver,pattern={{major}},enable=${{ github.event_name == 'release' }}
type=semver,pattern={{major}}.{{minor}},enable=${{ github.event_name == 'release' }}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
type=edge
- name: Expose GitHub Runtime
Expand Down
2 changes: 1 addition & 1 deletion alfalfa_web/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ paths:
properties:
version:
type: string
example: "0.7.0"
example: "0.7.1"
sha:
type: string
example: "c90d0641cb"
Expand Down
Loading

0 comments on commit 68d450a

Please sign in to comment.