diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index cdf7eba1..5dbf3618 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -13,14 +13,14 @@ jobs: name: Validate release runs-on: ubuntu-latest steps: - - name: Verify version follows x.y.z pattern - run: ./.github/scripts/check_version_format.sh ${{ github.event.inputs.version }} - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Verify version follows x.y.z pattern + run: ./.github/scripts/check_version_format.sh ${{ github.event.inputs.version }} + - name: Verify that the current branch's name starts with 'release-' run: ./.github/scripts/verify_is_on_release_branch.sh