Skip to content

Change Results version to 1.12.[0-9]* instead of 1.12.[0-9]*-[0-9]* #24

Change Results version to 1.12.[0-9]* instead of 1.12.[0-9]*-[0-9]*

Change Results version to 1.12.[0-9]* instead of 1.12.[0-9]*-[0-9]* #24

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: false
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: goreleaser/[email protected]
with:
version: latest
args: release --timeout=60m --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}