From 02100e8ece7343f7a75f0a47c3e108370441a975 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Mon, 18 Jan 2021 18:24:33 +0800 Subject: [PATCH] fix: release checkout to auto tag (#42) * fix: release checkout to auto tag * updated description to include status check --- .github/workflows/release.yml | 4 ++-- action.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db6f873..50c1809 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,5 +8,5 @@ jobs: release-tags: runs-on: ubuntu-latest steps: - - name: Additional Tags - uses: vweevers/additional-tags-action@v1 + - uses: actions/checkout@v2 + - uses: vweevers/additional-tags-action@v1 diff --git a/action.yml b/action.yml index c61f6d6..d105404 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Multi Labeler' -description: 'Multi labeler for title, body, comments, commit messages, branch or files.' +description: 'Multi labeler for title, body, comments, commit messages, branch or files with automated status checks.' author: 'Fuxing Loh' branding: icon: tag diff --git a/package.json b/package.json index bcb0521..3dd469b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "multi-labeler", "version": "0.0.0", "private": true, - "description": "Multi labeler for title, body, comments, commit messages, branch or files.", + "description": "Multi labeler for title, body, comments, commit messages, branch or files with automated status checks.", "main": "lib/main.js", "scripts": { "build": "tsc",