Skip to content

Merge branch 'main' of https://github.com/thewh1teagle/rookie #5

Merge branch 'main' of https://github.com/thewh1teagle/rookie

Merge branch 'main' of https://github.com/thewh1teagle/rookie #5

Workflow file for this run

name: CRATE
on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
path: './rookie-rs'