Skip to content

Merge pull request #160 from michaelbel/develop #13

Merge pull request #160 from michaelbel/develop

Merge pull request #160 from michaelbel/develop #13

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt"
artifactErrorsFailBuild: false
generateReleaseNotes: true