Update README.md

This commit is contained in:
Tonye Jack 2023-08-29 11:49:26 -06:00 committed by GitHub
parent 38fb177cdf
commit cffa63d82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,8 @@ on:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v7
with:
strip_tag_prefix: v # Optionally strip the leading `v` from the tag.
- name: Running on a tag branch.
if: steps.branch-name.outputs.is_tag == 'true'