Skip to content

Commit

Permalink
Merge pull request #111 from second-state/0.13.x
Browse files Browse the repository at this point in the history
[CI] remove publish limit
  • Loading branch information
L-jasmine authored Jun 19, 2024
2 parents 2d9ac3b + 722a401 commit cbd9e3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-wasmedge-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
cargo publish --dry-run -p wasmedge-sys
- name: Publish
if: github.ref == 'refs/heads/main'
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRIES_SYS_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +59,6 @@ jobs:
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc -p wasmedge-sys --workspace --no-deps --features aot,wasi_crypto,wasi_nn,wasmedge_process,ffi --target-dir=./target
- name: Deploy API document
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cbd9e3a

Please sign in to comment.