url-parse 1.0.10

🔗 A Rust library for parsing URLs.
Documentation
name: CD

on:
  push:
    tags:
      - '[0-9]+.[0-9]+.[0-9]+'

  workflow_dispatch: # Run with Run Workflow button in GitHub Action Job, set debug_enabled=true for interactive ssh session.
    inputs:
      debug_enabled:
        description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
        required: false
        default: false

jobs:
  cd:
    uses: mihaigalos/workflows/.github/workflows/rust-cd-crates-io-only.yaml@main
    secrets:
      CARGO_API_KEY: ${{ secrets.CARGO_API_KEY }}