Skip to content

Commit

Permalink
add soroban-build-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hawthorne-abendsen committed Jul 31, 2024
1 parent 1adc217 commit db187b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }}

0 comments on commit db187b4

Please sign in to comment.