Skip to content

Additional optional param for industry endpoint #44

Additional optional param for industry endpoint

Additional optional param for industry endpoint #44

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish
run: cargo publish --token ${{ secrets.CARGO_TOKEN }}