Skip to content

Commit

Permalink
Make it actually release to PGXN on tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 18, 2024
1 parent ebd8716 commit 26dbf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pgxn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ⚙️ Release on PGXN
on:
push:
# Release on semantic version tag.
# tags: ['v[0-9]+.[0-9]+.[0-9]+']
tags: ['v[0-9]+.[0-9]+.[0-9]+']
jobs:
release:
name: Release on PGXN
Expand All @@ -17,4 +17,4 @@ jobs:
env:
PGXN_USERNAME: ${{ secrets.PGXN_USERNAME }}
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
run: ls -lah # pgxn-release
run: pgxn-release

0 comments on commit 26dbf33

Please sign in to comment.