Changed description to meet Github length guidelines.

This commit is contained in:
Corey Butler 2020-04-03 00:29:42 -05:00
parent 6b4b577860
commit c86980ec1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: "Autotagger"
description: "Automatically generate new tags for new versions. Supports several tagging strategies, including package.json, Dockerfiles, and Regex."
description: "Automatically generate new tags for new versions. Supports several tagging strategies."
author: "Butler Logic"
branding:
icon: "tag"

View File

@ -1,6 +1,6 @@
{
"name": "action-autotag-test",
"version": "1.0.0",
"version": "1.1.0",
"description": "This is a test file for the action.",
"main": "index.js",
"dependencies": {},