Skip to content

Merge pull request #100 from github/codeowners-update #15

Merge pull request #100 from github/codeowners-update

Merge pull request #100 from github/codeowners-update #15

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions:
contents: write
id-token: write
attestations: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2.1.0
with:
release_android: true
# For more information see: https://developer.android.com/tools/releases/platforms
# At the time of writing, 35 had just come out of beta and 34 seems to be the most stable.
android_sdk_version: 34
generate_attestations: true
go_version_file: go.mod