Skip to content

Commit

Permalink
remove un-used release draft steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 23, 2024
1 parent f0c52a7 commit 9b894de
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,6 @@ jobs:
with:
fetch-depth: 0

- name: Setup Golang Environment
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: go.mod

- name: Download Syft
uses: anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
if: github.ref_type == 'tag'

- name: Install Cosign
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
if: github.ref_type == 'tag'

- name: Create/Update Draft
uses: lucacome/draft-release@52f02d1a69b61568e54ab5cf86ce91503bac4066 # v1.0.2
id: release-notes
Expand Down

0 comments on commit 9b894de

Please sign in to comment.