Skip to content

Merge pull request #10 from BagToad/BagToad-allow-attestations-write #5

Merge pull request #10 from BagToad/BagToad-allow-attestations-write

Merge pull request #10 from BagToad/BagToad-allow-attestations-write #5

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@v4
- uses: cli/gh-extension-precompile@v1
with:
generate_attestations: true
go_version_file: go.mod