From eb7e60c0ed986ee19a56e48b371aa3397fc83876 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Thu, 11 Jul 2024 17:31:57 +0200 Subject: [PATCH] Fix and debug --- .github/workflows/pgxn-release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pgxn-release.yml b/.github/workflows/pgxn-release.yml index c22d496..f4fed10 100644 --- a/.github/workflows/pgxn-release.yml +++ b/.github/workflows/pgxn-release.yml @@ -1,5 +1,6 @@ name: PGXN on: + pull_request: workflow_dispatch: inputs: version: @@ -14,14 +15,18 @@ jobs: container: pgxn/pgxn-tools steps: - name: Validate version tag - run: '[[ ${{ inputs.version }} =~ ^[0-9]+.[0-9]+.[0-9]+ ]]' + run: '[[ 3.4.5 =~ ^[0-9]+.[0-9]+.[0-9]+ ]]' + shell: bash + - name: Check out uses: actions/checkout@v4 with: ref: '${{ inputs.version }}' + - name: Bundle id: bundle run: pgxn-bundle + # - name: Upload # env: # PGXN_USERNAME: percona