Skip to content

fix: Output() file destinations, boolean dest and FD headers #3

fix: Output() file destinations, boolean dest and FD headers

fix: Output() file destinations, boolean dest and FD headers #3

Workflow file for this run

name: Create GitHub Release
on:
push:
tags:
- '*.*.*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: release
uses: softprops/action-gh-release@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true