Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato66 committed Jun 22, 2023
1 parent a8fe5a7 commit 48d9124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-label",
"version": "2.1.2",
"version": "2.3.0",
"description": "issue creator can check their own labels",
"main": "lib/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {getRepoLabels, addLabels} = require('./github')

export async function run() {
try {
console.log('*** running renato66/auto-label version 2.1.2 ***')
console.log('*** running renato66/auto-label version 2.3.0 ***')
const token = core.getInput('repo-token', {required: true})
const client = new github.GitHub(token)
const issue = github.context.payload.issue
Expand Down

0 comments on commit 48d9124

Please sign in to comment.