Skip to content

Commit f4adcbd

Browse files
authored
Merge pull request #2 from script3/stellar-expert-action
chore: add stellar expert WASM release action
2 parents eebe8eb + 1f92952 commit f4adcbd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Stellar Expert WASM Release
2+
on:
3+
push:
4+
tags:
5+
- 'v*' # triggered whenever a new tag (previxed with "v") is pushed to the repository
6+
jobs:
7+
release-contract:
8+
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
9+
with:
10+
release_name: ${{ github.ref_name }}
11+
release_description: 'Token Lockup Release'
12+
secrets:
13+
release_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)