rocket-response 0.0.1-rc.2

Provides enum for variable Rocket Responses
Documentation
name: Publish crates.io

on:
  push:
    # branches: [ main ]
    tags:
      - v[0-9]+.[0-9]+.[0-9]+
      - '!v[0-9]+.[0-9]+.[0-9]+-*'
  workflow_dispatch:

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: actions-rs/toolchain@v1
      with:
          toolchain: 1.59.0
          override: true
    - uses: katyo/publish-crates@v1
      with:
          dry-run: false
          registry-token: ${{ secrets.CRATES_IO_ROCKET_RESPONSE }}