Skip to content

Add PGXN release workflow #4

Add PGXN release workflow

Add PGXN release workflow #4

Workflow file for this run

name: ⚙️ Release on PGXN
on:
push:
tags: [v*]
branches: [pgxn]
jobs:
release:
name: Release on PGXN
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Bundle the Release
run: make META.json.bak && pgxn-bundle
- name: Release on PGXN
env:
PGXN_USERNAME: ${{ secrets.PGXN_USERNAME }}
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
# run: pgxn-release
run: ls -lah