Skip to content

Auto release

Auto release #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Wait for artifacts
uses: lewagon/[email protected]
with:
ref: ${{ github.sha }}
check-name: 'Artifacts uploaded'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dage-*