Skip to content

Commit

Permalink
temporarily remove tag check to allow release from 2.14.7 tag (#11272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Nov 28, 2023
1 parent a0728bf commit 457cd86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check release tag format
run: |
TAG_REGEX='refs/tags/[0-9]+\.[0-9]+\.[0-9]+$'
if [[ ! "${{ github.ref }}" =~ $TAG_REGEX ]]; then
echo "Release tag '${{ github.ref }}' is not in the correct format. It should be a semver tag, e.g. 'refs/tags/1.2.3'."
exit 1
fi
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit }}
Expand Down

0 comments on commit 457cd86

Please sign in to comment.