Skip to content

Commit

Permalink
chore: actually create a release in the Release workflow
Browse files Browse the repository at this point in the history
Not sure why this is missing.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Mar 8, 2024
1 parent 69307fc commit df73eef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ jobs:
run: |
sed -i 's/clair-action:v.*/clair-action:${{ github.ref_name }}/' Dockerfile
git diff --exit-code
release:
name: Release
runs-on: 'ubuntu-latest'
steps:
- name: Create Release
uses: ncipollo/release-action@v1
id: create_release
with:
name: ${{ github.ref_name }} Release
tag: ${{ github.ref_name }}

0 comments on commit df73eef

Please sign in to comment.