Skip to content

Instantly share code, notes, and snippets.

View csvn's full-sized avatar

Christian Svensson csvn

  • Lund, Sweden
  • 19:12 (UTC +02:00)
View GitHub Profile
@kaleidawave
kaleidawave / crates-multiple.yml
Last active August 29, 2024 17:55
GH action for Rust
name: Release crate
on:
workflow_dispatch:
inputs:
version-one:
description: "major/minor/patch or semver"
required: false
default: "patch"
version-two: