Skip to content

fix: remove function param in docs #2

fix: remove function param in docs

fix: remove function param in docs #2

Workflow file for this run

name: πŸš€ Release on PGXN
on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
jobs:
release:
name: πŸš€ Release on PGXN
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
env:
PGXN_USERNAME: ${{ secrets.PGXN_USERNAME }}
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Bundle the Release
run: pgxn-bundle
- name: Release on PGXN
run: pgxn-release