Skip to content

Merge remote-tracking branch 'origin/main' into tdstein/release #17

Merge remote-tracking branch 'origin/main' into tdstein/release

Merge remote-tracking branch 'origin/main' into tdstein/release #17

Workflow file for this run

name: Release
on:
push:
branches:
- tdstein/release
tags:
- "v*.*.*"
jobs:
package:
uses: ./.github/workflows/package.yaml
release:
runs-on: ubuntu-latest
needs:
- package
steps:
- uses: actions/download-artifact@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: bin/**/*