Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /bindings/node (#49) #18

Bump micromatch from 4.0.5 to 4.0.8 in /bindings/node (#49)

Bump micromatch from 4.0.5 to 4.0.8 in /bindings/node (#49) #18

Workflow file for this run

name: Publish Crate
on:
push:
tags:
- "*"
workflow_dispatch:
permissions:
contents: read
jobs:
release:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo publish -p rookie
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}