From 0db7f700284b41342e9799f71b79a94035aecaaf Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Fri, 12 Jul 2024 13:46:25 +0200 Subject: [PATCH] PGXN integration complete (#471) * Fix and debug * Temorary disable all workflows * Try invalid version tag * Enable upload step * Remove pull request trigger * Revert "Temorary disable all workflows" This reverts commit 757e04ba58da054756a3b249bd404a6835850d37. --- .github/workflows/pgxn-release.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pgxn-release.yml b/.github/workflows/pgxn-release.yml index c22d4960..2f94a3c7 100644 --- a/.github/workflows/pgxn-release.yml +++ b/.github/workflows/pgxn-release.yml @@ -15,15 +15,19 @@ jobs: steps: - name: Validate version tag run: '[[ ${{ inputs.version }} =~ ^[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 - # PGXN_PASSWORD: ${{ secrets.PGXN_PERCONA }} - # run: pgxn-release + + - name: Upload + env: + PGXN_USERNAME: percona + PGXN_PASSWORD: ${{ secrets.PGXN_PERCONA }} + run: pgxn-release