Skip to content

Commit

Permalink
fix for building stable 1.14.4 release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteny authored Oct 9, 2024
1 parent 5c52953 commit a631fd9
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 @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- "soperator"
- "soperator/**"

permissions:
contents: read
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 "$(pwd)/$tarball created"
echo "$(pwd)/$tarball created."
fi

0 comments on commit a631fd9

Please sign in to comment.