Skip to content

errno: print stringified errors from errno #3

errno: print stringified errors from errno

errno: print stringified errors from errno #3

Workflow file for this run

---
name: release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
generate_release_notes: true
draft: true
prerelease: true