Skip to content

Commit

Permalink
fix: install cosign in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 22, 2023
1 parent 44e14c9 commit ac7ef25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
shell: sh
run: cd internal/app && printf %s $(git tag | tail -1) > VERSION

- name: install cosign
id: install_cosign
uses: sigstore/[email protected]

- uses: goreleaser/goreleaser-action@v4
if: ${{ steps.release_please.outputs.release_created }}
name: Run Go Releaser
Expand Down

0 comments on commit ac7ef25

Please sign in to comment.