Skip to content

chore(deps): update actions/checkout digest to df4cb1c (#128) #132

chore(deps): update actions/checkout digest to df4cb1c (#128)

chore(deps): update actions/checkout digest to df4cb1c (#128) #132

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- 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 }}