Skip to content

Commit

Permalink
Merge pull request #31 from nebius/dev/soperator
Browse files Browse the repository at this point in the history
Soperator build stable 1.14.4 release
  • Loading branch information
asteny authored Oct 9, 2024
2 parents 3a8a773 + 92f7e29 commit 5c52953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soperator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Make release
- name: Build release
run: |
make release
ls -la releases/
Expand Down
2 changes: 1 addition & 1 deletion soperator/release_terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ if [ ! -f "$tarball" ] || [ -n "$force" ]; then
test \
README.md \
../LICENSE
echo "Created $(pwd)/$tarball"
echo "$(pwd)/$tarball created"
fi

0 comments on commit 5c52953

Please sign in to comment.