Skip to content

build(deps): bump github.com/sigstore/rekor from 1.2.2 to 1.3.2 #3

build(deps): bump github.com/sigstore/rekor from 1.2.2 to 1.3.2

build(deps): bump github.com/sigstore/rekor from 1.2.2 to 1.3.2 #3

Workflow file for this run

name: Release
permissions: read-all
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: write
name: Release
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011
- run: nix-shell --run 'goreleaser --clean'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}