Fix and debug

pull/471/head
Artem Gavrilov 2024-07-11 17:31:57 +02:00
parent d83d202b9c
commit eb7e60c0ed
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
name: PGXN name: PGXN
on: on:
pull_request:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
@ -14,14 +15,18 @@ jobs:
container: pgxn/pgxn-tools container: pgxn/pgxn-tools
steps: steps:
- name: Validate version tag - 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 - 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 # - name: Upload
# env: # env:
# PGXN_USERNAME: percona # PGXN_USERNAME: percona