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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user