-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 'SC Library - Build Release File' | ||
|
||
# **What it does**: Reads the contents of the repo and creates a file listing all relevant smart contracts | ||
# **Why we have it**: To index the smart contracts of the repo for usage with the rest of CLI tooling | ||
# **Who does it impact**: SC Contract Library | ||
on: | ||
release: | ||
types: [published] | ||
permissions: | ||
contents: write | ||
pull-requests: read | ||
|
||
# This allows a subsequently queued workflow run to interrupt previous runs | ||
concurrency: | ||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
gen-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: gen-release | ||
name: 'Generate release.txt' | ||
uses: ecPablo/contracts-artifacts-action@1.0.0 | ||
with: | ||
target-path: 'contracts/vendor' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.