Skip to content

Commit

Permalink
LayerX
Browse files Browse the repository at this point in the history
* update AlchemX dependency to version 1.0.8
* fixes typo in workflow release_layerx.yaml
  • Loading branch information
phlegma committed Feb 15, 2024
1 parent b60215b commit 44e3ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_layerx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
branch:
description: 'The branch to release from'
requred: true
required: true
default: 'main'
version:
description: 'The version to push'
Expand Down
2 changes: 1 addition & 1 deletion VL.LayerX/deployment/VL.LayerX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright>Copyright © 2021 by Natan Sinigaglia. All rights reserved.</copyright>
<tags>VL</tags>
<dependencies>
<dependency id="VL.AlchemX" version="1.0.7" />
<dependency id="VL.AlchemX" version="1.0.8" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 44e3ffc

Please sign in to comment.