Skip to content

Restore Sync to Esi struct #55

Restore Sync to Esi struct

Restore Sync to Esi struct #55

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 }}