Skip to content

uri's version up to oni-comb-uri-rs-v0.2.584 #588

uri's version up to oni-comb-uri-rs-v0.2.584

uri's version up to oni-comb-uri-rs-v0.2.584 #588

Workflow file for this run

name: uri-release
on:
push:
tags:
- 'oni-comb-uri-rs-v[0-9]+.[0-9]+.[0-9]+'
env:
CARGO_TERM_COLOR: always
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: release the crate
run: |
cargo publish --token ${{ secrets.CARGO_TOKEN }} -p oni-comb-uri-rs