Skip to content

Commit

Permalink
ci: ignore unpblished changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Nov 22, 2023
1 parent 47b6aca commit 5c5283d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/publish-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,10 @@ jobs:
override: true
components: rustfmt, clippy

- name: Publish desmos-mock to crates.io 📤
uses: katyo/publish-crates@v2
with:
args: --package desmos-mock
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish desmos-std-derive to crates.io 📤
- name: Publish desmos-bindings to crates.io 📤
uses: katyo/publish-crates@v2
with:
args: --package desmos-std-derive
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true

- name: Publish desmos-bindings to crates.io 📤
uses: katyo/publish-crates@v2
with:
args: --package desmos-bindings
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 5c5283d

Please sign in to comment.