Skip to content

Commit

Permalink
Merge pull request #2 from script3/stellar-expert-action
Browse files Browse the repository at this point in the history
chore: add stellar expert WASM release action
  • Loading branch information
mootz12 authored May 1, 2024
2 parents eebe8eb + 1f92952 commit f4adcbd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: 'Token Lockup Release'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4adcbd

Please sign in to comment.