mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
CI again again again
This commit is contained in:
parent
afcba076ee
commit
af9c0455c7
5
.github/workflows/build-release.yml
vendored
5
.github/workflows/build-release.yml
vendored
@ -18,7 +18,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test update_package_version -- ${{ inputs.tag }} --nocapture
|
||||
- run: git commit -m "Update cargo.toml version to ${{ env.GIT_TAG }}" -a
|
||||
- run: |
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git commit -m "Update cargo.toml version to ${{ env.GIT_TAG }}" -a
|
||||
- run: cargo publish --manifest-path csbindgen/Cargo.toml
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user