Skip to content

feat: initial library, cli, and tests (#1) #1

feat: initial library, cli, and tests (#1)

feat: initial library, cli, and tests (#1) #1

Workflow file for this run

name: Release Armaria
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Task
uses: arduino/setup-task@v1
with:
version: 3.x
- name: Release
run: task release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}