Skip to content

Commit

Permalink
github/workflows: Remove Validate version step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Groell committed Sep 29, 2023
1 parent fe8b2ed commit b701e3f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Validate version
run: |
VERSION=${{ steps.get_version.outputs.VERSION }}
if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Invalid version format"
exit 1
fi

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit b701e3f

Please sign in to comment.