Skip to content

Commit

Permalink
- generate checksums for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyne committed Aug 19, 2024
1 parent 1b23389 commit 5c35d82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
- name: Checksums
uses: wangzuo/action-release-checksums@v1

Check failure on line 20 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 20 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit 5c35d82

Please sign in to comment.