Skip to content

Commit

Permalink
Update release.yml GHA workflow to remove unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
relu committed Jan 26, 2024
1 parent 27025e3 commit 8b4d5b4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,3 @@ jobs:
COSIGN_EXPERIMENTAL: 1
run: |
cosign sign --yes ${{ env.CONTAINER_IMAGE }}:${{ steps.prep.outputs.VERSION }}
- name: Generate release notes
if: startsWith(github.ref, 'refs/tags/v')
run: |
mkdir -p release
echo '[CHANGELOG](https://github.com/nex-health/passenger-exporter/blob/main/CHANGELOG.md)' > ./release/notes.md
- uses: anchore/sbom-action/[email protected]
- name: Create release and SBOM
if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --release-notes=release/notes.md --rm-dist --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b4d5b4

Please sign in to comment.