mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fix and debug
This commit is contained in:
7
.github/workflows/pgxn-release.yml
vendored
7
.github/workflows/pgxn-release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user