Update name of workflow

This commit is contained in:
Zach Borboa
2022-09-23 21:06:22 -07:00
parent a021bc128a
commit 29c6c48cee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Update Changelog
name: release
on:
schedule:
+1 -1
View File
@@ -3,7 +3,7 @@
[![](https://img.shields.io/github/release/php-curl-class/php-curl-class.svg?style=flat-square&sort=semver)](https://github.com/php-curl-class/php-curl-class/releases/)
[![](https://img.shields.io/github/license/php-curl-class/php-curl-class.svg?style=flat-square)](https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/ci?style=flat-square)](https://github.com/php-curl-class/php-curl-class/actions/workflows/ci.yml)
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/Update%20Changelog?style=flat-square&label=release)](https://github.com/php-curl-class/php-curl-class/releases/)
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/release?style=flat-square&label=release)](https://github.com/php-curl-class/php-curl-class/releases/)
[![](https://img.shields.io/packagist/dt/php-curl-class/php-curl-class.svg?style=flat-square)](https://github.com/php-curl-class/php-curl-class/releases/)
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.