Skip to content

v0.2.12+2

v0.2.12+2 #4

Workflow file for this run

name: Release Published
on:
release:
types: [published]
permissions:
contents: write
jobs:
publish:
uses: hatlabs/shared-workflows/.github/workflows/publish-stable.yml@main
with:
apt-distro: trixie
apt-component: main
secrets:
APT_REPO_PAT: ${{ secrets.APT_REPO_PAT }}