Skip to content

api: olsr: add aredn hosts count api #192

api: olsr: add aredn hosts count api

api: olsr: add aredn hosts count api #192

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: false
jobs:
release:
name: Release
permissions:
contents: write
packages: write
uses: USA-RedDragon/reusable-actions/.github/workflows/goreleaser.yaml@v1.0.22
secrets:
token: ${{ secrets.GITHUB_TOKEN }}