Skip to content

doc: macport install tip #2

doc: macport install tip

doc: macport install tip #2

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Release
uses: ncipollo/release-action@v1