Skip to content

core's version up to nexus-actor-core-rs-v0.19.2 #19

core's version up to nexus-actor-core-rs-v0.19.2

core's version up to nexus-actor-core-rs-v0.19.2 #19

Workflow file for this run

name: core-release
on:
push:
tags:
- 'nexus-actor-core-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: arduino/setup-protoc@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: release the crate
run: |
cargo publish --token ${{ secrets.CARGO_TOKEN }} -p nexus-actor-core-rs --no-verify