Skip to content

Commit

Permalink
add publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyluis committed Jan 2, 2025
1 parent 23b5281 commit 044c63c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 10 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches: master
# tags:
# - release*

jobs:
might_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_TOKEN }}
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "frost-adaptor-signature"
version = "0.1.1-dev5"
edition = "2021"
description = "An extention of frost"
readme = "README.md"
repository = "https://github.com/sideprotocol/frost-adaptor-signature.git"
license = "MIT OR Apache-2.0"

[dependencies]
frost-core = { git = "https://github.com/sideprotocol/frost.git", branch="dependency", features = ["internals"] }
Expand Down

0 comments on commit 044c63c

Please sign in to comment.