Skip to content

Commit

Permalink
ci: fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Jun 7, 2023
1 parent c245f2b commit 84bcf1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/publish-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,7 @@ jobs:
override: true
components: rustfmt, clippy

- name: Publish desmos-mock to crates.io 📤
uses: katyo/publish-crates@v1
- name: Publish crates.io 📤
uses: katyo/publish-crates@v2
with:
path: './packages/mock'
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true

- name: Publish desmos-std-derive to crates.io 📤
uses: katyo/publish-crates@v1
with:
path: './packages/std-derive'
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true

- name: Publish desmos-bindings to crates.io 📤
uses: katyo/publish-crates@v1
with:
path: './packages/bindings'
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1 change: 1 addition & 0 deletions contracts/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "test-contract"
version = "1.0.0"
authors = ["Manuel Turetta <[email protected]>"]
edition = "2018"
publish = false

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
1 change: 1 addition & 0 deletions packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "bindings-test"
version = "1.0.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
edition = "2021"
name = "proto-build"
publish = false
version = "0.1.0"
publish = false

[dependencies]
heck = "0.4.0"
Expand Down

0 comments on commit 84bcf1d

Please sign in to comment.