Skip to content

Publish Nim bindings #7

Publish Nim bindings

Publish Nim bindings #7

name: Publish Nim bindings
on:
workflow_dispatch:
inputs:
ref:
description: The reference (branch/tag/commit) to checkout
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'workflow_dispatch' && 'manual' || github.ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish nim bindings
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: nim bindings code
run: |
echo "Code to publish nim bindings needs to be setup reference input: ${{ inputs.ref }}"