Skip to content

feat: add the ability for the pool admin to cancel an admin transfer #3

feat: add the ability for the pool admin to cancel an admin transfer

feat: add the ability for the pool admin to cancel an admin transfer #3

Workflow file for this run

name: Stellar Expert WASM Release
on:
push:
tags:
- 'v*' # triggered whenever a new tag (previxed with "v") is pushed to the repository
jobs:
release-contract:
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
with:
release_name: ${{ github.ref_name }}
release_description: 'Pool Admin Transfer'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}