Skip to content

test: add sending payment tests #17

test: add sending payment tests

test: add sending payment tests #17

Workflow file for this run

name: Release
on:
push:
branches:
- version-13
- version-14
- version-15
jobs:
release:
name: Release
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: AgriTheory
git_committer_email: [email protected]