Skip to content

add deposit configuration #3

add deposit configuration

add deposit configuration #3

Workflow file for this run

name: Contract Release
on:
push:
tags:
- 'v*'
jobs:
release-contract:
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
with:
release_name: ${{ github.ref_name }}
release_description: 'Release of the DAO contract'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}