Skip to content

Fixed bug with single-struct derives in Response macro #22

Fixed bug with single-struct derives in Response macro

Fixed bug with single-struct derives in Response macro #22

Workflow file for this run

name: Publish crate
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
cargo publish