Skip to content

chore(main): release 1.1.0 (#120) #128

chore(main): release 1.1.0 (#120)

chore(main): release 1.1.0 (#120) #128

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
permissions:
contents: write
pull-requests: write
id-token: write
attestations: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release Please
id: release
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build and upload binaries
if: ${{ steps.release.outputs.release_created }}
uses: cli/gh-extension-precompile@v2
with:
generate_attestations: true
go_version_file: go.mod
release_tag: ${{ steps.release.outputs.tag_name }}