Skip to content

Commit

Permalink
Try mknotes again
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 3, 2024
1 parent efb4e64 commit 5b0471c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Bundle and Release
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 and GitHub
Expand All @@ -19,11 +19,12 @@ jobs:
id: bundle
env: { GIT_BUNDLE_OPTS: --add-file META.json }
run: make META.json && pgxn-bundle
- name: Release on PGXN
run: pgxn-release
# - name: Release on PGXN
# run: pgxn-release
- name: Generate Release Notes
id: notes
uses: theory/changelog-version-notes-action@v0
with: { version: v0.1.3 }
- name: Create GitHub Release
id: release
uses: actions/create-release@v1
Expand Down

0 comments on commit 5b0471c

Please sign in to comment.