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