Skip to content

test(transaction): cover malformed fee payer field lists (#74) #22

test(transaction): cover malformed fee payer field lists (#74)

test(transaction): cover malformed fee payer field lists (#74) #22

name: Changelog Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# fetch-depth: 0 + fetch-tags: true so the Go ecosystem can read prior
# vX.Y.Z tags when computing the next version, and so the action can diff
# CHANGELOG.md.
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
fetch-tags: true
- uses: tempoxyz/changelogs@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}