Skip to content

Commit

Permalink
fix: release checkout to auto tag (#42)
Browse files Browse the repository at this point in the history
* fix: release checkout to auto tag

* updated description to include status check
  • Loading branch information
fuxingloh authored Jan 18, 2021
1 parent fce1a46 commit 02100e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02100e8

Please sign in to comment.