Skip to content

PHP 8.1 compatibility (#72) #5

PHP 8.1 compatibility (#72)

PHP 8.1 compatibility (#72) #5

Workflow file for this run

name: release
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}