Skip to content

Adding publication

Adding publication #5

Workflow file for this run

name: Build
on: [push]
env:
VERSION: ${{ github.run_number }}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: build
run: make publish