Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 278 Bytes

rust-releaser

Internal GHA to build, test and upload artifact for a rust release

Sample Usage

name: Rust Releaser

on:
  push:
    branches: "*"

jobs:
  build:
    uses: thevickypedia/rust-releaser/.github/workflows/entrypoint.yml@main
    secrets: inherit