Skip to content

Commit

Permalink
Release 2024.10.11 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman authored Oct 11, 2024
1 parent 1722f20 commit da95959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: actions/checkout@v4
- run: /usr/bin/git config --global user.email actions@github.com
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: etcd-manager/dev/tag-release.sh
- run: dev/tag-release.sh
2 changes: 1 addition & 1 deletion dev/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION=$(cat etcd-manager/version.txt)
VERSION=$(cat version.txt)

if [[ ! "${VERSION}" =~ ^([0-9]+[.][0-9]+)[.]([0-9]+)(-(alpha|beta)[.]([0-9]+))?$ ]]; then
echo "Version ${VERSION} must be 'X.Y.Z', 'X.Y.Z-alpha.N', or 'X.Y.Z-beta.N'"
Expand Down

0 comments on commit da95959

Please sign in to comment.