Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Aug 6, 2024
1 parent 208977b commit 6fd5058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
draft: true
tag_name: "v${{ env.VERSION }}"
name: "Release v${{ env.VERSION }}"
generate_release_notes: true
files: |
target/release/libmamoru_rust_sdk.so
- name: Publish to crates.io
uses: katyo/publish-crates@v2
if: startsWith(github.ref, 'refs/tags/')
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
dry-run: true
Expand Down

0 comments on commit 6fd5058

Please sign in to comment.