Skip to content

Commit

Permalink
chore: add stellar expert WASM release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed May 23, 2024
1 parent fb38537 commit 2d9a104
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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: 'Basic Distributor'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic-distributor"
version = "0.0.0"
version = "1.0.0"
authors = ["Script3 Ltd. <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 2d9a104

Please sign in to comment.