feat: initial release pipeline

This commit is contained in:
Bart van der Braak 2023-11-08 20:38:54 +01:00
parent f69d2c27eb
commit 5b764e0fe6

16
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Release
on:
workflow_dispatch:
inputs:
version:
required: true
sha256sums:
required: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- run: 'echo ${{ inputs.version }}'
- run: 'echo ${{ inputs.sha256sums }}'