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 757e04ba58.
pull/473/head
Artem Gavrilov 2024-07-12 13:46:25 +02:00 committed by GitHub
parent d83d202b9c
commit 0db7f70028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 5 deletions

View File

@ -15,15 +15,19 @@ jobs:
steps: steps:
- name: Validate version tag - name: Validate version tag
run: '[[ ${{ inputs.version }} =~ ^[0-9]+.[0-9]+.[0-9]+ ]]' run: '[[ ${{ inputs.version }} =~ ^[0-9]+.[0-9]+.[0-9]+ ]]'
shell: bash
- name: Check out - name: Check out
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: '${{ inputs.version }}' ref: '${{ inputs.version }}'
- name: Bundle - name: Bundle
id: bundle id: bundle
run: pgxn-bundle run: pgxn-bundle
# - name: Upload
# env: - name: Upload
# PGXN_USERNAME: percona env:
# PGXN_PASSWORD: ${{ secrets.PGXN_PERCONA }} PGXN_USERNAME: percona
# run: pgxn-release PGXN_PASSWORD: ${{ secrets.PGXN_PERCONA }}
run: pgxn-release