Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,14 @@ jobs:
uses: stella/.github/.github/actions/npm-publish-hardened@96b8912e0786548c4e62046ce3965769991dd0e0
with:
tarball: ${{ steps.pack.outputs.tarball }}

update-changelog:
name: Update CHANGELOG
needs: publish
if: inputs.publish_to_npm
uses: stella/.github/.github/workflows/changelog-update.yml@d11bdc933dec609e291f6685f470b039d8342b6a
with:
tag: ${{ inputs.tag }}
permissions:
contents: write
pull-requests: write
Loading